kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
994 stars 163 forks source link

Using multiple database in firebase is not supported #101

Closed dyros26 closed 1 year ago

dyros26 commented 2 years ago

If this is supported can you provide a documentation on how to use other database?

jeromegamez commented 2 years ago

You can configure multiple projects with the same credentials but different database URLs, I hope this helps 🤞

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. Please make sure to update to the latest version and check if that solves the issue. Let me know if that works for you by leaving a 👍. Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions!

Zein0 commented 1 week ago

@jeromegamez late question I've tried this but its still getting the default firestore database I'm using https://test-export.firebaseio.com/ as my second db is called test-export is this correct? and what is the link of my default one then?