{"id":21903870,"url":"https://github.com/hansemannn/titanium-firebase-storage","last_synced_at":"2025-04-15T20:44:00.969Z","repository":{"id":80614913,"uuid":"107051227","full_name":"hansemannn/titanium-firebase-storage","owner":"hansemannn","description":"Use the Firebase Storage SDK in the Titanium SDK 🚀","archived":false,"fork":false,"pushed_at":"2024-04-09T12:21:48.000Z","size":8811,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T01:12:01.338Z","etag":null,"topics":["appcelerator","axway","firebase","firebase-storage","titanium"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hansemannn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hansemannn"}},"created_at":"2017-10-15T21:41:33.000Z","updated_at":"2024-01-08T12:29:00.000Z","dependencies_parsed_at":"2024-11-28T15:32:48.476Z","dependency_job_id":"682d4b09-1e6a-4a4f-98e3-7eac30a2becb","html_url":"https://github.com/hansemannn/titanium-firebase-storage","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/titanium-firebase-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249151949,"owners_count":21221155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appcelerator","axway","firebase","firebase-storage","titanium"],"created_at":"2024-11-28T15:29:52.222Z","updated_at":"2025-04-15T20:44:00.959Z","avatar_url":"https://github.com/hansemannn.png","language":"Objective-C","funding_links":["https://github.com/sponsors/hansemannn"],"categories":[],"sub_categories":[],"readme":"# Firebase Storage - Titanium Module\nUse the native Firebase SDK in Axway Titanium. This repository is part of the [Titanium Firebase](https://github.com/hansemannn/titanium-firebase) project.\n\n## Supporting this effort\n\nThe whole Firebase support in Titanium is developed and maintained by the community (`@hansemannn` and `@m1ga`). To keep\nthis project maintained and be able to use the latest Firebase SDK's, please see the \"Sponsor\" button of this repository,\nthank you!\n\n## Requirements\n- [x] The [Firebase Core](https://github.com/hansemannn/titanium-firebase-core) module\n- [x] Titanium SDK 6.3.0+\n\n## Download\n- [x] [Stable release](https://github.com/hansemannn/titanium-firebase-storage/releases)\n- [x] [![gitTio](http://hans-knoechel.de/shields/shield-gittio.svg)](http://gitt.io/component/firebase.storage)\n\n## API's\n\n### `FirebaseStorage`\n\n#### Methods\n\n##### `referenceForURL(url)`\n  - `url` (String)\n  \n##### `referenceForPath(path)`\n  - `path` (String)\n  \n#### Properties\n\n##### `storageURL` (String, set)\n\n##### `maxUploadRetryTime` (Number)\n\n##### `maxDownloadRetryTime` (Number)\n\n##### `maxOperationRetryTime` (Number)\n\n### `FirebaseStorage.Reference`\n\n#### Methods\n\n##### `upload(parameters)`\n  - `parameters` (Dictionary)\n    - `data` (Ti.Blob | String)\n    - `callback` (Function)\n\n##### `download(parameters)`\n  - `parameters` (Dictionary)\n    - `maxSize` (Number)\n    - `callback` (Function)\n\n##### `delete(parameters)`\n  - `parameters` (Dictionary)\n    - `callback` (Function)\n\n##### `getMetadata(callback)`\n  - `callback` (Function)\n  \n## Example\n```js\n// Require the Firebase Storage module\nvar FirebaseStorage = require('firebase.storage');\n\nFirebaseStorage.upload({\n  data: myBlob,\n  callback: function(e) {\n    if (!e.success) {\n      Ti.API.error('Error: ' + e.error);\n    }\n    \n    Ti.API.info('Upload completed! Download-URL: ' + e.downloadURL);\n  }\n});\n```\n\n## Build\n```js\ncd ios\nappc ti build -p ios --build-only\n```\n\n## Legal\n\nThis module is Copyright (c) 2017-Present by Appcelerator, Inc. All Rights Reserved. \nUsage of this module is subject to the Terms of Service agreement with Appcelerator, Inc.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-firebase-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Ftitanium-firebase-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-firebase-storage/lists"}