mpociot / laravel-firebase-sync

Synchronize your Eloquent models with a Firebase Realtime Database.
http://marcelpociot.com/blog/2016-06-20-synchronise-laravel-eloquent-models-with-firebase
265 stars 71 forks source link

Utilize Firebase Admin SDK? #8

Open austenc opened 7 years ago

austenc commented 7 years ago

It looks like firebase has deprecated database secrets in favor of something called the Firebase Admin SDK.

If you try creating a new firebase and finding the database secret you'll see this message: image

jeromegamez commented 7 years ago

It is also possible to authenticate requests with a Google Service Account which e.g. https://github.com/kreait/firebase-php supports. (Disclaimer: I am the maintainer of said project :))

dneykov commented 7 years ago

Is this library still usable since database secrets are deprecated? Thanks.