Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 17f41c7

Browse files
committed
Updated with call thread for signInWithProvider
1 parent 0f1b49f commit 17f41c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎ios/Firestack/FirestackAuth.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ @implementation FirestackAuth
9797
callback(@[[NSNull null], userProps]);
9898
} else {
9999
NSLog(@"An error occurred: %@", [error localizedDescription]);
100+
NSLog(@"[Error signInWithProvider]: %@", [error userInfo]);
101+
NSLog(@"%@", [NSThread callStackSymbols]);
100102
// No user is signed in.
101103
NSDictionary *err = @{
102104
@"error": @"No user signed in",

‎ios/Firestack/FirestackCloudMessaging.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ + (void) setup:(UIApplication *) application
7171
}
7272

7373
#pragma mark Request permissions
74-
- (void) requestPermissions(NSDictionary *)requestedPermissions
74+
- (void) requestPermissions:(NSDictionary *)requestedPermissions
7575
callback:(RCTResponseSenderBlock) callback
7676
{
7777
if (SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(@"9.0")) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /