File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414 FIRAuthStateDidChangeListenerHandle authListenerHandle;
1515}
1616
17- + (Firestack *) getInstance ;
1817+ (void ) registerForNotification : (NSString *) typeStr andToken : (NSData *)deviceToken ;
1918
2019@property (nonatomic ) BOOL debug;
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ @implementation Firestack
7373 if (![opts valueForKey: @" trackingID" ] && [opts valueForKey: @" googleAppID" ]) {
7474 [props setValue: [opts valueForKey: @" googleAppID" ] forKey: @" trackingID" ];
7575 }
76+
77+ if (![opts valueForKey: @" androidClientID" ] && [opts valueForKey: @" clientID" ]) {
78+ [props setValue[opts valueForKey: @" clientID" ] forKey: @" androidClientID" ];
79+ }
7680
7781 @try {
7882 FIROptions *finalOptions = [[FIROptions alloc ]
You can’t perform that action at this time.
0 commit comments