Firebase simulator does not match real-world results

前端 未结 1 1490
暗喜
暗喜 2021-01-29 09:49

For the purposes of convenience in reading this question, refer to the following URLs as follows:

URL definitions:
url1 = \'https://my-firebase.firebaseio.com/u         


        
相关标签:
1条回答
  • 2021-01-29 10:14

    @FrankvanPuffelen answers here:

    Both of your problems are caused by the fact that you're using two different ways of accessing Firebase: the JavaScript SDK and the REST API. While these two methods can be used together, you will have to ensure you provide the information that is needed. In general you will have an easier experience if you stick to using one way of accessing Firebase from a single client.

    0 讨论(0)
提交回复
热议问题