Wiqaytna-app / wiqaytna_android

GNU General Public License v3.0
161 stars 65 forks source link

Firebase Region and "exception : com.google.firebase.functions.FirebaseFunctionsException: Not Found" #28

Open AchrafLaabassi opened 4 years ago

AchrafLaabassi commented 4 years ago

Hey !

I'm trying to get the OTP authentification in my app, i did put FIREBASE_REGION = "europe-west1",(the closet) in the gradle.propreties, nevertheless I can't get the OTP authentification, i get the following exception :

exception : "com.google.firebase.functions.FirebaseFunctionsException: Not Found" on the sendPostRequest(user!!.uid, phoneNumber) of the requestOTP Function

Any way to work around this ? the 'FIREBASE_REGION' value might be wrong ?
Thank you