ReallySmallSoftware / cordova-plugin-firebaseui-auth

Cordova plugin to provide FirebaseUI Authentication
Apache License 2.0
18 stars 1 forks source link

How to know android firebase version? #6

Closed mesqueeb closed 5 years ago

mesqueeb commented 5 years ago

From readme we need:

ANDROID_FIREBASE_CORE_VERSION: the version of Firebase Core to use
ANDROID_FIREBASE_AUTH_VERSION: the version of Firebase Authentication to use

But I only ever worked with npm modules of Firebase & Firebaseui. How can I know what android version I must use?

ReallySmallSoftware commented 5 years ago

Hi. To start with you can try not specifying these - they will default to what should be suitable versions. The option is there because Google change the version number so often.

This link shows the latest versions.

Note that this is prefixed with ANDROID because it refers to using the plugin on Android, not the version of Android on which it is being used.

mesqueeb commented 5 years ago

Thanks so much for your insights!

Sent with GitHawk