Firebase Storage not avaliable on this platform

When I try use the Firebase Storage plugin, I keep getting "WARNING: the ‘plugin.firebaseStorage’ library is not avaliable on this platform.

firebaseStorage.init("firebase link") firebaseStorage.upload(path, "test.txt", function(e)

I believe the plugin only works on device builds. You will get this in the simulator since there really isn’t a Windows or macOS version of the Firebase libraries to make a simulator version.

Rob

This is correct it is only for Android and iOS.