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
Update to a newer version of LevelDB that no longer uses std::call_once on Windows.
This fixes a linker error in Realtime Database on Windows.
Also, if we are using leveldb from Firestore, force it to use this same version by copying over our leveldb.cmake into Firestore in the post-external-download step.
0 commit comments