You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase cpp: Changed mutable_string() const to support returning value of static or small strings to fix non obvious behavior difference between this and the non const version.
Due to the wide spread use of mutable_string() to access string value regardless of string type, this function has changed to support returning all string types as std::string to not break existing code at runtime.
PiperOrigin-RevId: 275051789
0 commit comments