mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
[js] Fix permissions problem
This commit is contained in:
@@ -12,7 +12,7 @@ const FirebaseStorage = NativeModules.RNFirebaseStorage;
|
||||
*/
|
||||
export default class StorageReference extends ReferenceBase {
|
||||
constructor(storage: Storage, path: string) {
|
||||
super(storage.firebase, path);
|
||||
super(path);
|
||||
this.storage = storage;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user