@react-native-firebase/auth 26.1.0 → 26.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '26.1.0';
4
+ export const version = '26.3.0';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "26.1.0";
1
+ export declare const version = "26.3.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -331,13 +331,10 @@ RCT_EXPORT_MODULE(NativeRNFBTurboAuth);
331
331
  }
332
332
 
333
333
  - (void)signInWithCustomToken:(NSString *)appName
334
- customToken:(NSString *)customToken
334
+ token:(NSString *)token
335
335
  resolve:(RCTPromiseResolveBlock)resolve
336
336
  reject:(RCTPromiseRejectBlock)reject {
337
- [RNFBAuthHelper signInWithCustomToken:appName
338
- customToken:customToken
339
- resolve:resolve
340
- reject:reject];
337
+ [RNFBAuthHelper signInWithCustomToken:appName customToken:token resolve:resolve reject:reject];
341
338
  }
342
339
 
343
340
  #if TARGET_OS_IOS
@@ -304,8 +304,8 @@ namespace JS {
304
304
  - (void)useEmulator:(NSString *)appName
305
305
  host:(NSString *)host
306
306
  port:(double)port;
307
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants::Builder>)constantsToExport;
308
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants::Builder>)getConstants;
307
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants>)constantsToExport;
308
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboAuth::Constants>)getConstants;
309
309
 
310
310
  @end
311
311