ti-firebase icon indicating copy to clipboard operation
ti-firebase copied to clipboard

Appcelerator / Titanium module project to build and use the google firebase SDK

Results 8 ti-firebase issues
Sort by recently updated
recently updated
newest added

Create Alloy project for ios, just run in simulator it worked fine. Now i added ti.firebase module and run I got below error. In log we are getting this error...

Hello, Thank you very much for your awesome module. I will try it later to compile the module for android. I see the user connected in the firebase console dashboard...

Hi, I don't understand how enable the Firebase Debug Mode. I entered the FIRAnalyticsDebugEnabled=true in a module.xconfig: `MODULE_VER=1.3.1` `FIRAnalyticsDebugEnabled=true` `FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/ti.firebase/$(MODULE_VER)/platform "~/Library/Application\ Support/Titanium/modules/iphone/ti.firebase/$(MODULE_VER)/platform/ios"` but doesn't work. can you help me? thanks...

Hello, Thanks for this module, I would like to use Firebase Analytics for an app. I have downloaded the compiled module (version 1.3.1). I added the module to my application...

Are you going to implement push in your module?

I have build the module with 6.0.3.GA. However when trying add the module in my project I am getting "Module ti.firebase version 1.0.1 is missing bindings json file". Please help.

Hello Chris, Does this module have support for [FirebaseInstanceID](https://firebase.google.com/docs/reference/ios/firebaseinstanceid/api/reference/Classes/FIRInstanceID) ? Thanks!

Hi, thanks for this awesome library :+1: I wonder if it supports [Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) If not, how hard it it to implement it ? I may use this library and...