Firebase not worked on real devices (iOS)

后端 未结 3 716
别跟我提以往
别跟我提以往 2021-01-05 10:13

I install Firebase in my iOS app. Everything works fine on simulator but on real device it doesn\'t execute / return a query to my database.

I try to clean the pro

3条回答
  •  感动是毒
    2021-01-05 10:50

    I had the same problem and it was due to Authentication. Authentication was Enable on Firebase but I have not Authenticate User. So I was not able to read the Node from Firebase Database.

提交回复
热议问题