Good afternoon.
I'm starting a project with Nativescript and I just started playing it. I want to integrate it with Firebase and I get an error. The application is built correctly but when I go to initialize it I get an error screen and it does not let me do anything. The last thing I have done is install the plugin and import it into my app.module.ts as follows: import firebase = require ('nativescript-plugin-firebase');
As I said, this works well for me, but when the app is initialized from my phone I get a screen with an error that says: Error: A valid Facebook app id must be set in the AndroidManifest.xml or set by calling FacebookSdk .setApplicationId before initializing the sdk.
Among other things, but this is the error that tells me. I have attached a photo to make it look better. What I do not understand is what he tells me about Facebook, since I have not added anything from Facebook, simply the Firebase plugin. I do not know if I'm missing something, because I'm just starting to touch Nativescipt .. I hope someone can help me solve it since I just started and I'm already stuck ..
Thank you very much in advance !!
Carlos