PulsarBlow / aurelia-firebase

🔥 A Firebase plugin for Aurelia
https://aureliaonfire.azurewebsites.net
MIT License
23 stars 6 forks source link

new Firebase Authentication SDKs #7

Open jobidon opened 8 years ago

jobidon commented 8 years ago

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/

PulsarBlow commented 8 years ago

Hi @jobidon,

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

loyalfine commented 8 years ago

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

jbnv commented 8 years ago

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 commented 8 years ago

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

jbnv commented 8 years ago

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.

ShawnTalbert commented 8 years ago

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?