Skip to content

Tags: envon-x/firebase-cpp-sdk

Tags

v6.11.0

Toggle v6.11.0's commit message
Merge remote-tracking branch 'origin/master' into ghm

v6.10.0

Toggle v6.10.0's commit message
Merge remote-tracking branch 'origin/master' into ghm

v6.8.0

Toggle v6.8.0's commit message
Merge remote-tracking branch 'origin/master' into ghm

v6.7.0

Toggle v6.7.0's commit message
Merge remote branch 'origin/master' into GitHub

v6.6.0

Toggle v6.6.0's commit message
[M56] readme update for cpp/unity, also version and guid updates

PiperOrigin-RevId: 270787142

v6.5.0

Toggle v6.5.0's commit message
Remove test files that have secrets, and allow non-secrets to be pass…

…ed through Copybara

PiperOrigin-RevId: 268032050

v6.4.0

Toggle v6.4.0's commit message
Fixed some potential race conditions in DatabaseReference's various

constructors.

Because the database keeps its own bookkeeping regarding the memory addresses
of the QueryInternals and DatabaseReferenceInternals, if they are created and added to
the Database's registry in two steps, a situation could arise where the
database shuts down with either stale or incomplete internal bookkeeping. To
solve this, any place that we update Database's bookkeeping we need do
so atomically.

PiperOrigin-RevId: 265136296

v6.3.0

Toggle v6.3.0's commit message
Moved output value for EXPECT_DEATH to define so can be set to differ…

…ent values on different platforms. Fixes a bunch of unit tests.

PiperOrigin-RevId: 263259596

v6.2.0

Toggle v6.2.0's commit message
Update dynamic links Android build's compile SDK version

Missed updating a number to 28.  While not technically necessary, since the targetSdkVersion is 28, for consistency with the other libraries dynamic links should be updated as well.

PiperOrigin-RevId: 256039327

v6.1.0

Toggle v6.1.0's commit message
Add CMake logic for defining a future library for playbilling

Adds a cmake script that allows the definition of a version of the future library that uses the namespace playbillingclient instead of firebase. Adds logic to the source files that if playbilling is being used, it includes the generated public header for it instead.
Because of the source libraries needing to include the generated header, it will currently only work for playbilling, but could potentially be generalized in the future.

PiperOrigin-RevId: 251918893