Skip to content

Bugfix/app cmake exceptions private #561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 27, 2021
4 changes: 2 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ code.
iOS and tvOS. The following products are currently included for tvOS:
Auth, Database, Firestore, Functions, Installations, Messaging,
Remote Config, Storage.
- General: Compiler setting of "no exceptions" on app is PRIVATE now
and will not affect other targets in CMake builds.
- Firestore: Removed the deprecated
`Firestore::RunTransaction(TransactionFunction*)` function. Please use
the overload that takes a `std::function` argument instead.
- Firestore: `FieldValue::Increment` functions are no longer guarded by
the `INTERNAL_EXPERIMENTAL` macro.
- General: Compiler setting of "no exceptions" on app is PRIVATE now
and will not affect other targets in CMake builds.
- Firestore: added more validation of invalid input.
- Firestore: added an `is_valid` method to the public API classes that can
be in an invalid state.
Expand Down