aurelia-firebase icon indicating copy to clipboard operation
aurelia-firebase copied to clipboard

new Firebase Authentication SDKs

Open jobidon opened this issue 9 years ago • 6 comments
trafficstars

When trying the code using a newly created firebase db, signin and signups spit out the following error:

Projects created at console.firebase.google.com must use the new Firebase Authentication SDKs available from firebase.google.com/docs/auth/

jobidon avatar Jun 29 '16 04:06 jobidon

Hi @jobidon,

Il will try to check that in the next few days. Thanks for reporting it.

PulsarBlow avatar Jul 05 '16 20:07 PulsarBlow

I have the same issue Projects created at console.firebase.google.com must use the new Firebase Authentication SDKs available from firebase.google.com/docs/auth/ when using signup code in Android Studio

Please help

loyalfine avatar Sep 05 '16 18:09 loyalfine

Might this be an issue with settings in Firebase than the plugin? I forked the demo and ran it without modification. No problem. But my custom project, which doesn't do anything different but connect to my own Firebase database, is exhibiting this same problem. Can't even register a user.

jbnv avatar Sep 15 '16 13:09 jbnv

This may help: Authenticate with Firebase using Password-Based Accounts. I'm going to try to implement it in my fork.

jbnv avatar Sep 15 '16 14:09 jbnv

Looks like the issue is that this plugin expects Firebase 2.3.2, and Firebase is making us use v3.0.4 or newer for these applications. We'll have to rewrite this plugin.

jbnv avatar Sep 15 '16 17:09 jbnv

I'm coming to Firebase only recently as a previous user of GITkit - Google Identity Toolkit, which apparently has been absorbed into Firebase 3.x and is the 'new' authentication feature.

So yes, I expect Firebase auth to be very different in 3.x but very similar to gitkit, with which I have some experience.

Does anyone know if this plugin has plans to update to Firebase 3.x across the board?

ShawnTalbert avatar Sep 23 '16 14:09 ShawnTalbert