Tags: anslex/firebase-cpp-sdk
Tags
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
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