Code Monkey home page Code Monkey logo

titanium-firebase's Introduction

Firebase in Axway Titanium

Firebase in Appcelerator Titanium

This project will contain all Firebase-related modules for Analytics, Cloud-Messaging, Authentication, Firestore etc.

Requirements

  • iOS: Titanium SDK 6.2.0+
  • Android: Titanium SDK 7.0.0+ and Ti.PlayServices

Demo

โฉ hansemannn/titanium-firebase-demo

Installation

  1. Download the core-module titanium-firebase-core
  2. Download the desired feature-module(s) from the below list
  3. Unpack them to your project directory
  4. Configure your Firebase project
  • 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)
  1. Require the your modules and call the configure method to configure your Firebase application:
var FirebaseCore = require('firebase.core');
FirebaseCore.configure();
  1. You are good to go!

โš ๏ธ Android Notes

If this module is used together with other modules that use the Google Play Services (e.g. Ti.Map or Ti.Admob) you have to use at least Titanium SDK 7.0.0 for Android which resolves duplicate dependencies for you.

Latest module versions that support 7.0.0 and have Ti.PlayServices included:

You are not using 7.0.0 because of modules that are not updated so far? Update open source modules quickly by using the Android 64-Bit Migration Guide.

Features

The list of supported features will be updated once a new feature is added to the list. Feel free to take over a new feature by creating the module and making a pull-request to update this readme.

Feature Repository iOS Android Releases
Core titanium-firebase-core โœ… โœ… Download
Analytics titanium-firebase-analytics โœ… โœ… Download
Performance titanium-firebase-performance โœ… โœ… Download
Authentication titanium-firebase-auth โœ… ๐Ÿ”„ Download
Storage titanium-firebase-storage โœ… โŒ Download
Cloud Messaging titanium-firebase-cloud-messaging โœ… โŒ Download
Crash Reporting titanium-firebase-crash-reporting โœ… โŒ Download
Remote Config titanium-firebase-config โœ… โŒ Download

Contributors

License

Apache 2.0

titanium-firebase's People

Contributors

hansemannn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.