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 70 forks source link

Database secrets are currently deprecated and use a legacy Firebase token generator. #30

Open srasaily opened 6 years ago

srasaily commented 6 years ago

Database secrets are currently deprecated and use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK.

Please update this package with the solution for this issue soon.

Aishwarya19966 commented 3 years ago

Here is the link https://youtu.be/1kqj7sWDslY for the clear solution to access the data base secretes from firebase latest version which shows up Database secrets are currently deprecated ans use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK.

I hope this helps someone!