FIREBASE WARNING: Invalid query string segment - Warning when deploying simple Firebase Cloud function

前端 未结 6 2319
日久生厌
日久生厌 2021-02-13 21:32

This morning I started noticing a large amount of \"FIREBASE WARNING: Invalid query string segment\" errors in my functions log. In an attempt to figure out wha

6条回答
  •  没有蜡笔的小新
    2021-02-13 21:50

    Update: It's officially a bug and you can ignore it until they release a fix in the next update or add version of @firebase/database: 0.1.9 to dependencies if you don't want to wait.


    Seems like an internal error or change. Also getting this firebase warning and my code was working fine yesterday using '' syntax as well. However my function still works. Looks like they're doing some heavy dev work on it as its in beta and issues are coming up now and then.

    Wait for fix or report here: https://firebase.google.com/support/contact/bugs-features/

    Status here (fixes usually take time to appear on here): https://status.firebase.google.com/

    Copy of 48830081 and possibly 48832566

提交回复
热议问题