Skip to content

Commit cc6ff4a

Browse files
committed
Cleaned up FirestackStorage.getStorageUrl
1 parent e327ee8 commit cc6ff4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ios/Firestack/FirestackStorage.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ @implementation FirestackStorage
1515

1616
RCT_EXPORT_MODULE(FirestackStorage);
1717

18-
//- (NSString *) getStorageUrl
19-
//{
20-
// NSDictionary *cfg = [self getConfig];
21-
// NSString *storageUrl = [NSString stringWithFormat:@"gs://%@", [cfg valueForKey:@"storageBucket"]];
22-
// return storageUrl;
23-
//}
24-
2518
RCT_EXPORT_METHOD(uploadFile: (NSString *) urlStr
2619
name: (NSString *) name
2720
path:(NSString *)path

0 commit comments

Comments
 (0)