seiyria / tournamentmango

Manage tournaments and players easily.
https://seiyria.com/tournamentmango
GNU Lesser General Public License v3.0
133 stars 37 forks source link

Firebase Login API Key #132

Open dfiel opened 8 years ago

dfiel commented 8 years ago

Sorry to bother you again!

Trying to sign in with Google on my own instance (not that I need google sign-in, a local user database would suffice) gives me an error from Firebase.

I have created my own account, created a new project, and now just need to know where to substitute my apiKey, authDomain, databaseURL, and storageBucket.

Thanks,

 dmfiel
seiyria commented 8 years ago

I'm actually not sure how you would do this with firebase 3, since this is a firebase 2 project. I would love to have some help porting it! That said, here's what I know:

Past that, I've got no idea. Sorry!

seiyria commented 8 years ago

You can see an upgrade guide here: https://firebase.google.com/support/guides/firebase-web

dfiel commented 8 years ago

Okay, I forked the repository and am looking into it now!

seiyria commented 8 years ago

Thank you! Good luck.

ar1a commented 7 years ago

All you need to do is change the request url, but firebase now forces all new projects to use firebase3, the auth will be broken until this is updated.

seiyria commented 7 years ago

Yes, if you're using your own firebase source this update is a little bit more pressing. Thankfully they didn't completely screw over old firebase projects, so tournamentmango.com still works.