Firebase Cloud Function with Firestore returning “Deadline Exceeded”

后端 未结 5 1561
暗喜
暗喜 2020-12-09 09:28

I took one of the sample functions from the Firestore documentation and was able to successfully run it from my local firebase environment. However, once I deployed to my fi

5条回答
  •  感情败类
    2020-12-09 10:07

    Firestore has limits.

    Probably “Deadline Exceeded” happens because of its limits.

    See this. https://firebase.google.com/docs/firestore/quotas

    Maximum write rate to a document 1 per second

    https://groups.google.com/forum/#!msg/google-cloud-firestore-discuss/tGaZpTWQ7tQ/NdaDGRAzBgAJ

提交回复
热议问题