Error: Projects created at console.firebase.google.com must use the new Firebase Authentication SDKs available from fire
By : LimaSierra
Date : March 29 2020, 07:55 AM
I wish did fix the issue. I am new new to Firebase and Google Maps API. I want to integrate Firebase in Google Map for real-time heatmap as in doc. whenever I clicked on the map, the data gets added in Firebase database, but the data or the heatmap isn't shown. , Try changing this: code :
<script src="https://www.gstatic.com/firebasejs/4.6.0/firebase.js"></script>
function initAuthentication(onAuthSuccess) {
firebase.auth().signInAnonymously().catch(function(error) {
if (error) {
console.log('Login Failed!', error);
} else {
data.sender = authData.uid;
onAuthSuccess();
}
});
}
|
is possible share users between ios and android projects in firebase for the authentication
By : TT2
Date : March 29 2020, 07:55 AM
should help you out If you associate the Android and iOS apps with the same Firebase project, the users will be the same between the apps. If you associate the apps with separate projects, there is no way to automatically share the users between them.
|
Android Google Authentication With Firebase And Multiple Cloud Projects
By : fred nerk
Date : March 29 2020, 07:55 AM
Any of those help Fixed it by removing the SHA fingerprint from the firebase console config.
|
How to solve the error "Projects created at console.firebase.google.com must use the new Firebase Authentication SD
By : Hamed O
Date : March 29 2020, 07:55 AM
|
com.firebase.ui.auth.FirebaseUiException: Provider error - Firebase-UI Authentication Facebook login not working
By : Arslan Aslam
Date : March 29 2020, 07:55 AM
it helps some times I am using Firebase-UI authentication using e-mail, facebook, and google providers. E-mail and Google sign in work fine but Facebook sign in is not working. , When you use this command code :
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
|