-
Notifications
You must be signed in to change notification settings - Fork 444
Description
I am using Unity Firebase unity Sdk 6.16.1 and Unity latest quick master.
I have enabled Phone Authorization in Firebase Console and added team id and .p8 file in Firebase Console.
Actually when i run the Auth project from Unity latest quick master. The SMS is sent to the desired no.
But it asks for Captacha and then only it sent sms to the desired no.
So i have enabled Push Notification,Backround Mode and Remote config options in Xcode to avoid Image capatcha..
After i enabled it and when i run it it says
Phone Auth, Verification failed: Invalid Token Firebase Error
So what i have to do. I am using Xcode 12.01 Mac OS catalina 10.15.7
What i have to do get the Sms. I dont need capatcha in my app. I have to bye pass them . If i enabled pushnotification, backgroud mode.. then the Sms is not sent.
What i have to do..