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
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: