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
Copy file name to clipboardExpand all lines: src/providers/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,4 @@ Check out [the Cloud Functions for Firebase documentation](https://firebase.goog
5
5
The Datastore integration is in early preview, and not yet publicly usable.
6
6
If you'd like to request early access to use this integration, [please fill out this form](https://services.google.com/fb/forms/firebasealphaprogram/).
7
7
8
-
Since this is a preview feature, any new version may introduce breaking changes.
9
-
It is recommended that you depend on a specific version of the firebase-functions SDK
10
-
in your project's functions/package.json.
8
+
There will be a breaking change in the type returned by event.data.data() in the future. Values that represent database references are currently path strings. A future revision update to the SDK will change this to reference objects. To protect against this and other unintended breaking changes, consider depending on an exact version of the firebase-functions SDK in your package.json.
0 commit comments