Hi, I'm having lot of issues trying to make this plugin works in android.
I created an app in Google Firebase, I downloaded the google-services.json and I placed it into the root folder, I installed the plugin, I ran the app (in the simulator) and then when I run this command:
window.FirebasePlugin.getToken(function(token) {
alert(token);
}, function(error){
alert('Error!!!');
});
I just got a blank alert.
What am I doing wrong?
Hi, I'm having lot of issues trying to make this plugin works in android.
I created an app in Google Firebase, I downloaded the google-services.json and I placed it into the root folder, I installed the plugin, I ran the app (in the simulator) and then when I run this command:
I just got a blank alert.
What am I doing wrong?