Using Firebase in Native Script

别等时光非礼了梦想. 提交于 2019-12-24 13:23:10

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/29869747/using-firebase-in-native-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!