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
--
Also, it says in auth that it's there for RTDB and callable functions, but in the authType sections it says "all except RTDB".
So authType is also null for callable functions?
The text was updated successfully, but these errors were encountered:
Related issues
#739
#785
Description
The functions/field documentation for
EventContext
, does not respect/mention Firestore in any way, which makes it confusing when reading through it.It should mention Firestore at least in here:
https://firebase.google.com/docs/reference/functions/cloud_functions.eventcontext#resource
https://firebase.google.com/docs/reference/functions/cloud_functions.eventcontext#params (This is the most confusing only mentions RTDB, not Firestore)
And ideally, also explain what is sent here (maybe explicitly for Firestore as this had sparked confusion in the past):
https://firebase.google.com/docs/reference/functions/cloud_functions.eventcontext#optional-auth
https://firebase.google.com/docs/reference/functions/cloud_functions.eventcontext#optional-authtype
--
Also, it says in
auth
that it's there for RTDB and callable functions, but in theauthType
sections it says "all except RTDB".So
authType
is alsonull
for callable functions?The text was updated successfully, but these errors were encountered: