Reputation: 23791
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
Reputation: 2173
Take a look at nativescript-plugin-firebase plugin which supports iOS and Android.
Plugin features following:
I have been using this plugin for FCM for ios and Android.
Regards.
Upvotes: 1
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