Integrate Firebase with titanium?

I am working on Android and iOs app with titanium SDK. I want to integrate firebase as a web service for the backend. I want to have users and save audio data in the cloud.

So my problem is how to integrate the Firebase API with titanium. I know there is a module for iOs, but this is for iOS only, I want for android and iOS. I am looking to use a web view but have no time ...

Is it possible? Or should I be using a different web service than the Appcelerator cloud?

Thank:)

+3


source to share


1 answer


There is no compatible module for Android + iOS yet.

You need to use it separately in Appcelerator.



iOS: iOS module

Android: Android module

+1


source







All Articles