-
-
Notifications
You must be signed in to change notification settings - Fork 5
Storage Get Started
The contents of this page are based on the original Firebase Documentation
You must initialize Firebase before any Firebase reference is created or used. If you have already done this for another Firebase feature, you can skip this step.
FirebaseANE.init();
var storage:StorageANE = StorageANE.storage;
If you want to use a storage bucket other than the default provided above, or use multiple storage buckets in a single app, you can create an instance of Storage that references your custom bucket:
// Get a non-default Storage bucket
StorageANE.url = "gs://my-custom-bucket";
var storage:StorageANE = StorageANE.storage;
Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
Project setup
Analytics
Authentication
Dynamic Links
Google Sign In
Firestore
- Configuring the ANE
- Get Started
- Add and Manage Data
- Query Data
- Get Data
- Get Realtime Updates
- Perform Simple and Compound Queries
- Order and Limit Data
- Paginate Data
Messaging
One Signal
Performance
Remote Config
Storage
- Configuring the ANE
- Get Started
- Create a Reference
- Upload Files
- Download Files
- Use File Metadata
- Delete Files
Crashlytics
Vision
- Detect faces
- Scan barcodes
- Label images
- Recognize landmarks
- Natural Language
- Custom Models
External Links