| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Not sure if we still need the App callback but I left it in there for now. Let me know if that can be safely removed too. |
Sorry, something went wrong.
What do you mean by "App callback"? |
Sorry, something went wrong.
There was a problem hiding this comment.
Could you add an update to the readme file?
Sorry, something went wrong.
| - General: Fixed rare crashes at application exit when destructors were | ||
| being executed | ||
| ([#345](https://github.com/firebase/firebase-cpp-sdk/pull/345)). | ||
| - General: Removed checks for Google Play Services in C++ for Auth, Database, |
There was a problem hiding this comment.
General (Android):
Sorry, something went wrong.
There was a problem hiding this comment.
Also, it should be spelled "Google Play services" (with a lower-case "s")
Sorry, something went wrong.
I figured out what you meant - those are needed for the Unity SDK to initialize the various C++ modules, I believe, and should be kept in place for now. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Firebase Android SDKs for Auth, Database, Storage, Functions do not require Google Play Services anymore.
https://firebase.google.com/docs/android/android-play-services
Removing checks for Google Play services for these products from the C++ SDK.
Tested by running integration tests on,
Addresses firebase/quickstart-unity#975