-
Same app same versions, on android everything works fine, on iOS starting from today firebase services stop working, I'm getting errors like: Does anyone know what can be the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Firebase is very picky about inbound networks, I wonder if you are on a network it does not like or a VPN or similar? I have seen this when I use a VPN on android at times. The backend is shared between iOS and Android, it does not care what type of device originates requests, so I would look at what is different on the network paths between devices |
Beta Was this translation helpful? Give feedback.
-
turned out the reason was there were added api restrictions wrongly... |
Beta Was this translation helpful? Give feedback.
turned out the reason was there were added api restrictions wrongly...