An open API service indexing awesome lists of open source software.

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.

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)!