ktamas77 / firebase-php

Firebase PHP Client
791 stars 215 forks source link

Firebase created a new authentication #80

Closed thiagopnobre closed 5 years ago

thiagopnobre commented 6 years ago

I opened this issue, because the answer for the issue 42 is now deprecated.

The problem here is that the databasesecret link (https://console.firebase.google.com/project/[projectname]/settings/serviceaccounts/databasesecrets) is now deprecated. The new key is on the settings and it's not the same of the previous databasesecret.

GCour commented 6 years ago

Did you find any solution for this? If they're going to remove this soon, we're all screwed

thiagopnobre commented 6 years ago

In fact, I'm using firebase-ruby and opened the same issue there. I opened this one here, because I saw the issue 42 when I was searching the solution and apparently, it's not solved for the firebase-php yet.

Maybe it's possible to make something similar here, based on the firebase-ruby solution. See: https://github.com/oscardelben/firebase-ruby/pull/81