Geofire not working in Android

Hey everyone !

I configured geofire in ionic through its javascript SDK and it is working perfectly in IOS. However, in Android, geofire doesn’t seem to be working, with actions such as the following not resulting in any log :

this.gf.set(id, [location.latitude, location.longitude]).then(function() {
          console.log("Provided key has been added to GeoFire");
}, function(error) {
          console.log("Error: " + error);
});

Does anyone know why ?

Thanks