We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
firebaseUserAgent
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we register in FIROptions under +initialize (changed from +load in #1305).
FIROptions
+initialize
+load
firebase-ios-sdk/Firebase/Core/FIROptions.m
Line 118 in 11933c0
This could be optimized to lazily register in a dispatch_once block once firebaseUserAgent is called.
dispatch_once
The text was updated successfully, but these errors were encountered:
paulb777
Successfully merging a pull request may close this issue.
Currently we register in
FIROptions
under+initialize
(changed from+load
in #1305).firebase-ios-sdk/Firebase/Core/FIROptions.m
Line 118 in 11933c0
This could be optimized to lazily register in a
dispatch_once
block oncefirebaseUserAgent
is called.The text was updated successfully, but these errors were encountered: