7 comments found.
Good luck with your sales
I need help, please
Hello I bought your code on Envato and I have a couple of questions about how it works. I have several errors in the code that need to be resolved. You are not responding to Envato’s website
Hello MetaaOW, thank you for your purchase and sorry for the late reply. How can I help?
Thanks for answering. I got a few errors and a few questions. 1) I need to make sure that the minimum version of iOS is 14 and that there are no errors in the code. 2) For some reason, your framework is displayed in red, it is missing. Although the application starts up. 3) When logging into the application, the user is not saved. When you re-enter, you need to enter the username and password, when filling in the data in the application settings section, the user data is saved and displayed in the farebase. But as soon as the user re-logs into the application, in the settings menu, all data becomes empty. Although they are in the firebase.
Hello
When will you answer me? Where have you gone?
Hello MetaaOW, As you can see in the StartApp description the current version is for Xcode 11 and iOS 13. If you are using other versions you may have some errors. However, I have plans to develop a new version of StartApp for iOS 14 or maybe I’ll wait for iOS 15. I don’t know when it will be available yet, but as I did in the past, all new versions of StartAppp will be free for everyone who already purchased it.
I would like to start my project now, and not postpone it until you make the transition to a new version of the code. Can you write what needs to be done and where to change what in order to do it yourself and not wait for you?
What you needed is a code for iOS14, but you bought a code for iOS13. In the description of the product is clear that StartApp is for iOS13.
Okay, I really made the wrong purchase. I hope that you will keep the code up to date for iOS 14 and iOS 15 in the future.
Hello I got a one question.
When logging into the application, the user is not saved. When you re-enter, you need to enter the username and password, when filling in the data in the application settings section, the user data is saved and displayed in the farebase. But as soon as the user re-logs into the application, in the settings menu, all data becomes empty. Although they are in the firebase.
?
awesome work, but i wish if you didn’t use storyboard i would’ve purchased it
Hi YousefAlsbaihi, Thanks for your feedback! New version of StartApp doesn’t use storyboard anymore. We use SwiftUI now.
Great Facebook and email login, it work very fine good job developer . i recommend this source code for everyone wana use email login or facebook login in apps
Thank you! 
when click reset password by email, do you need a mail server to send email in server side?
No, you use firebase’s mail server for that.
Nice, thank you! I’m looking for a Google Login. Could you add that? Or do you have a place where i can find a tutorial on how to add it?
regards,
Thanks for your comment. To allow Google Sign In, you need to add a new button in the view controller in Xcode, enable Google as a sign-in method in Firebase and follow the steps in this tutorial: https://firebase.google.com/docs/auth/ios/google-signin You can also find some video tutorial on youtube that explain how to do that. Sorry, I’m not planing to add this in future versions. Cheers.
could this be integrated into an existing app? or Could we build an app on the top of it without messing the logic up…
Thank you for your comment. Yes, you can integrate StartApp in your existing app or you can start building a new one on top of it. StartApp uses Firebase so you can use the real-time database and their users management system.
Thanks for getting back to me. Your app is much needed. However, the baby project I’m working on does not uses CocoaPods as I am using firebase manually, without the cocoa-pods. In addition to this I just need phone number authentication to avoid duplicate accounts.
Therefore, I would love device/phone Authentication (Firebase offers it now, Free off-course) if you could add phone authentication to make it more appealing would be great (even with extra cost which I would not mind paying)...
Without CocoaPods please as people have moved on to Carthage Tuesdays…
Thanks and looking forward to hear from you.
StartApp is using CocoaPods to install Firebase and Facebook Login dependencies as its explained in the description. This is the recommended and easiest way to do it. However, install it without CcoaPods is also possible if you know how to do it. I’m trying to keep the Login Screen simple for the users by providing just 2 authentication methods (Email/password and Facebook Login). These are the most common ones for the users.