You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update app check debug provider to match other firebase sdks (#1911)
* Update app check debug provider to match other firebase sdks
To alight with other SDK's the cpp app check debug provider
will create a token on behalf of the user if they have not already
created and registered one. Users will be prompted to register token
* Update debug token log message with persistent instructions
* Move debug token regeneration note higher up in log message
* Format debug token log message with script
Copy file name to clipboardExpand all lines: release_build_files/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -615,6 +615,7 @@ code.
615
615
## Release Notes
616
616
### Upcoming
617
617
- Changes
618
+
- App Check (Desktop): The App Check Debug Provider will now automatically generate a local debug token if one isn't provided, and print instructions for registering it via the Firebase Console or CLI.
618
619
- General (iOS): Fixed an issue where prebuilt iOS/tvOS frameworks had an incorrect minimum deployment target (minos), which caused linker warnings.
619
620
- Auth (Desktop): Fixed log spam and high CPU utilization when offline by moving `USE_AUTH_EMULATOR` environment variable check to initialization and eliminating per-request logging (#1629).
620
621
- Messaging: Added new Registration methods using Installation Ids.
0 commit comments