How to Upload a .zip to Firebase Storage

Many developers would like to interact with Firebase from programming languages or operating systems that are not directly supported by Google.

For example, looking at the documentation here: https://firebase.google.com/docs/storage, we can see how to interact with Firebase storage from iOS+, Android, C++, etc. using Google’s SDK. Unless we know the actual raw HTTP requests and responses, we can’t implement from other environments.

It would be helpful to provide REST API documentation in the form of raw sample HTTP requests and responses to make it extremely easy to implement in any programming language. Providing sample CURL statements would also be helpful.

If raw HTTP requests/responses and/or CURL statements are provided in the Firebase documentation, then one could use Chilkat’s online tools to generate code:

Generate Code from Raw HTTP Request

Generate Code from CURL Statement

Tags :