Skip to content

Tags: anslex/firebase-cpp-sdk

Tags

v6.0.0

Toggle v6.0.0's commit message
Add a way for users to provide local directories for external libraries

Allow the users to provide their own directories for all the external libraries that are downloaded as part of the build process, by overriding name_SOURCE_DIR and name_BINARY_DIR.

PiperOrigin-RevId: 246938364

v5.7.0

Toggle v5.7.0's commit message
Update CMake files with FIRInstanceId's new layout

Instance ID changed their layout to be inline with the other iOS SDKs, so update the CMake scripts to use that layout instead.

PiperOrigin-RevId: 244440380

v5.6.0

Toggle v5.6.0's commit message
Change Functions to be more robust if App is deleted out from under t…

…hem.

If App is deleted, invalidate the internal pointers (e.g. FunctionsInternal)
rather than the outer pointers (Functions), so that later code can still
delete the outer pointer.

PiperOrigin-RevId: 238808270