https://github.com/hansemannn/titanium-firebase-demo
A cross-platform sample app demonstrating how to use the Titanium Firebase modules in Appcelerator Titanium.
https://github.com/hansemannn/titanium-firebase-demo
appcelerator axway firebase firebase-analytics firebase-titanium javascript native titanium
Last synced: about 2 months ago
JSON representation
A cross-platform sample app demonstrating how to use the Titanium Firebase modules in Appcelerator Titanium.
- Host: GitHub
- URL: https://github.com/hansemannn/titanium-firebase-demo
- Owner: hansemannn
- Created: 2018-01-04T11:42:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T21:14:33.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T01:12:06.157Z (2 months ago)
- Topics: appcelerator, axway, firebase, firebase-analytics, firebase-titanium, javascript, native, titanium
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titanium Firebase Demo
An cross-platform sample application demonstrating how to use the [titanium-firebase](https://github.com/hansemannn/titanium-firebase) modules in Appcelerator Titanium.
## Requirements
- **iOS**: Download the GoogleConfig-Info.plist from your project and copy it to `Resources` (classic) or `app/assets/iphone` (Alloy)
- **Android**: Download the google-services.json and copy it to `Resources` (classic) or `app/assets/iphone` (Alloy)
- Ensure the `titanium-firebase` modules are either installed globally or in your `/modules` directory## Contents
- Configuring your tiapp.xml and required meta-files (`GoogleService-Info.plist` + `google-services.json`)
- Example usages of the Analytics SDK## Author
Hans Knöchel ([@hansemannnn](https://twitter.com/hansemannnn) / [Web](http://hans-knoechel.de))## License
Apache 2.0## Contributing
Code contributions are greatly appreciated, please submit a new [Pull-Request](https://github.com/hansemannn/titanium-firebase-demo/pull/new/master)!