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
I am using latest firbase sdk in my project and I am getting following warning
"The next major release of the Firebase C++ SDK will "
"drop support for C++11, setting the new minimum C++ version to C++14."
My c++ version is c++ 20 standard and firbase version is latest. I got build error as my compile settings treat waring as error. I am using visual studio 2022
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I am using latest firbase sdk in my project and I am getting following warning
"The next major release of the Firebase C++ SDK will "
"drop support for C++11, setting the new minimum C++ version to C++14."
My c++ version is c++ 20 standard and firbase version is latest. I got build error as my compile settings treat waring as error. I am using visual studio 2022
The text was updated successfully, but these errors were encountered: