laravel-firebase-sync
laravel-firebase-sync copied to clipboard
Utilize Firebase Admin SDK?
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:

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 :))
Is this library still usable since database secrets are deprecated? Thanks.