4

i'm working on an app for android AND iOs with the titanium SDK. I want integrate firebase as a web service for the backend. I want to have users and save audio data on a cloud.

So my problem is how integrate Firebase API with titanium. I know there is a module for iOs, but it's only for iOs an me i want for android and iOS. I'm looking for use the web view but no success...

So is it possible ? Or i've to use an other web service than Appcelerator cloud ?

Thanks :)

David East
  • 31,526
  • 6
  • 67
  • 82
Makaille
  • 1,636
  • 2
  • 24
  • 41

1 Answers1

0

For now there is no combine module available for both Android + iOS.

You need to use seperately in Appcelerator.

iOS : iOS Module

Android : Android Module

Tolsadus
  • 103
  • 4
Dharmik Patel
  • 76
  • 1
  • 11