We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e327ee8 commit cc6ff4aCopy full SHA for cc6ff4a
ios/Firestack/FirestackStorage.m
@@ -15,13 +15,6 @@ @implementation FirestackStorage
15
16
RCT_EXPORT_MODULE(FirestackStorage);
17
18
-//- (NSString *) getStorageUrl
19
-//{
20
-// NSDictionary *cfg = [self getConfig];
21
-// NSString *storageUrl = [NSString stringWithFormat:@"gs://%@", [cfg valueForKey:@"storageBucket"]];
22
-// return storageUrl;
23
-//}
24
-
25
RCT_EXPORT_METHOD(uploadFile: (NSString *) urlStr
26
name: (NSString *) name
27
path:(NSString *)path
0 commit comments