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
Thanks for the detailed report @jellynoone! I'm able to reproduce this issue. As you mentioned, when connecting to the emulator, http://127.0.0.1:5001/demo-project/us-central1/search outputs:
[REQUIRED] Environment info
firebase-tools: 13.29.1
Platform: macOS
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
firebase init
firebase emulators:start --project demo-project
http://127.0.0.1:5001/demo-project/us-central1/setUpUsers
in browserhttp://127.0.0.1:5001/demo-project/us-central1/search
[REQUIRED] Expected behavior
The expected output of the function is:
(This is the output produced when running against the live instance.)
[REQUIRED] Actual behavior
The output of the function is:
It seems the emulator doesn't handle nested vector fields.
The text was updated successfully, but these errors were encountered: