You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this code out and it works, but it feels weird that this approach is documented nowhere. Is there a reason for this? I am not feedling confident to put this into production
The text was updated successfully, but these errors were encountered:
Behind the scenes the whole Firebase system is a bunch of REST APIs in the cloud, and the native SDKs just wrap those and then we do our best here in react-native-firebase to expose under the firebase-js-sdk API surface area...but at it's heart it's just a bunch of REST APIs, so things are pretty regular.
But what happens next year when you're on a new project and storage finishes it's (hypothetical!) migration from v0 to v1 ? Or they alter their URL (which I think they did recently) from firebasestorage.googleapis.com to something else for some unimportant google-network-management reason that the SDKs would take care of for you?
I would use the documented functions vs hand-crafting the URL personally, as a maintenance issue
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
I tried this code out and it works, but it feels weird that this approach is documented nowhere. Is there a reason for this? I am not feedling confident to put this into production
The text was updated successfully, but these errors were encountered: