iJade
iJade

Reputation: 23791

Using Firebase in Native Script

I went through the documentation at Native Script but could find a way to use Firebase in Native Script apps. Does any one know how to use Firebase in Native Script apps?

Upvotes: 1

Views: 627

Answers (2)

Hardik Vaghani
Hardik Vaghani

Reputation: 2173

Take a look at nativescript-plugin-firebase plugin which supports iOS and Android.

Plugin features following:

  • Realtime Database
  • Authentication
  • Remote Config
  • Cloud Messaging
  • Storage
  • Crash Reporting
  • Analytics

I have been using this plugin for FCM for ios and Android.

Regards.

Upvotes: 1

Matt Lyons-Wood
Matt Lyons-Wood

Reputation: 960

Note: This is just a copy and paste of my other answer here.

I've just built nativescript-firebase, which is loads the Firebase Node.js SDK in a way that's compatible with NativeScript.

Also, Eddy Verbruggen has written nativescript-plugin-firebase which uses Firebase's corresponding Android and iOS SDKs.

Upvotes: 1

Related Questions