-
Notifications
You must be signed in to change notification settings - Fork 123
Fix absl leakage by using Firebase 8.2.0 #491
New issue
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
Conversation
d8bac3e
to
0508efb
Compare
❌ Integration test FAILEDRequested by @wu-hui on commit 090eb4d
|
Done. |
# Conflicts: # firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj
* | ||
* @param query_name The name of the query to read from saved bundles. | ||
*/ | ||
virtual Future<Query> NamedQuery(const std::string& query_name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about missing this earlier -- for all other functions in the public API that take string parameters, we have both a const std::string&
overload and a const char*
overload. Can you please file a bug to add the const char*
overload here? (I'd rather keep it out of this PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vimanyu Make sure this is included in the next release
No description provided.