NOTE: By default, firebase has denied all SMS regions, therefore you may get errors like you haven't enabled this authentication provider, to fix this, from your Firebase's project, navigate to authentication and then settings, and finally SMS region policy and allow the regions you would like to send SMS to.
@RootSafe15 күн бұрын
Hey maybe you can help with this: Im getting: An internal error has occured print and inspect the error details for more information.
@JeronDev13 күн бұрын
@@RootSafe Does this happen on iOS?
@RootSafe11 күн бұрын
@@JeronDev Yes. Im using a iPhone simulator. If I put in the test phone number I can create in firebase it works but with a real number it does not.
@JeronDev10 күн бұрын
@@RootSafe Have you added your Google Service Info.plist and also added your reverse client id to the info.plist file?
@RootSafe10 күн бұрын
@@JeronDevYes Ive done all of this. Do I need a paid Apple Developer Account ? Or a Firebase paid subscription?
@KimAnLim3 ай бұрын
This helped me so much! Thank you! I feel so happy to see this new feature in my app.
@JeronDev3 ай бұрын
I'm glad it was helpful
@MKL-cn7tw5 ай бұрын
Thank you for this tuto!!
@JeronDev5 ай бұрын
Thanks for watching
@muhammadqasim43152 ай бұрын
Great Job! Bro can you please send the github link for your project again because the given is not working getting error of 404 on this.
@JeronDev2 ай бұрын
github.com/jeronasiedu/phone-auth-firebase
@ayoograh98717 ай бұрын
I've been wanting to learn Flutter for some time I'm kinda confused how to start. P.S. I have experience with Java, Python, C++ and I'm a backend developer
@JeronDev7 ай бұрын
Since you're familiar with a couple of languages, you shouldn't find it difficult to learn DART. First, learn the fundamentals of the DART language just like you learned Python and Java when you're a bit confident. Dive into Flutter and try building some simple UIs
@kaizen69572 ай бұрын
thank for the vid!!, I follow through your vid but the error message popup "An internal error has occur" any idea how to fix it, thanks!!
@JeronDev2 ай бұрын
Does this happen on Android or iOS?
@kaizen69572 ай бұрын
@@JeronDev this happened on IOS, I test it on simulator and real device the output is the same, I have check the API key and everything is all correct
@JeronDev2 ай бұрын
@@kaizen6957 Have you added your reverse client id to your info.plist?
@kaizen69572 ай бұрын
@@JeronDev I did, reverse client id, encode id, enable push notification, background mode..., I been fixing this problem for a month but still can't find the solution
@JeronDev2 ай бұрын
@@kaizen6957 Have you tried updating your google-services-info.plist file? Generate a new one from the Firebase console. If that doesn't work, try implementing the auth in a new project and see. Also, Firebase on iOS will emit this error if your app bundle ID doesn't match the one in GoogleServices-Info.plist and the Firebase console.