firebasenativescriptnativescript-firebase

NativeScript firebase plugin


I'm developing a mobile app using nativeScript.

When i'm trying to use nativeScript firebase plugin, nativeScript sidekick app gives the following error:

Plugin nativescript-plugin-firebase is not included in preview app on device 7D3433B1-7016-41A1-AAF7-66B7B163BB17 and will not work.

I tried to run it on preview app, can anyone help with this.?


Solution

  • As the error log confirms, Preview app only works with limited set of plugins. Plugins those do not require native dependencies to be more precise. Hence Firebase plugin can't be used with Preview app, you will actually have to build the project in your local machine if you want to try this plugin.