Wiqaytna-app / wiqaytna_android

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

No matching client found for package name 'covid.trace.morocco.stg' #14

Closed AchrafLaabassi closed 4 years ago

AchrafLaabassi commented 4 years ago

Hello !

I understand that the project is to be linked to a Firebase database , I did create the project in Firebase with the application name in the build.gradle and downloaded the google-services.json but i have this recurrent problem " No matching client found for package name 'covid.trace.morocco.stg' ", Has anyone worked around this ? Am I following steps wrong ?

Thank you !

n-eq commented 4 years ago

You can make the following change

-            applicationIdSuffix "stg"
+            applicationIdSuffix ""

in app/build.gradle

AchrafLaabassi commented 4 years ago

Thanks it worked