Conversation
|
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. |
What do you mean by "App callback"? |
jonsimantov
left a comment
There was a problem hiding this comment.
Could you add an update to the readme file?
release_build_files/readme.md
Outdated
| - 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.
Also, it should be spelled "Google Play services" (with a lower-case "s")
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. |
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