Hi all,
I would like to use firebase sdk 9.0.2 (not the latest one) in my project for the following reasons:
- most of users in my country (Myanmar/Burma) didn't have updated google play services.
- they have limited internet and they rarely update.
After I upgrade sdk in my machine, I cannot build the project anymore with this error..
/Users/soemoe/code/queen/android/app/src/main/java/com/kanoak/queen/FirebaseAuthModule.java
Error:(20, 32) error: cannot find symbol class AuthCredential
Error:(21, 32) error: cannot find symbol class AuthResult
Error:(24, 32) error: cannot find symbol class FirebaseUser
Error:(105, 57) error: cannot find symbol class FirebaseUser
...
....
my gradle file is
compile 'com.google.firebase:firebase-core:9.0.2'
compile 'com.google.firebase:firebase-crash:9.0.2'
compile 'com.google.firebase:firebase-auth:9.0.2'
compile 'com.google.firebase:firebase-database:9.0.2'
compile 'com.google.firebase:firebase-messaging:9.0.2'
Is there anyway to use old version of firebase SDK?
Thanks in advance.
Regards,
Soe Moe