I have a very weird issue - I authenticate myself with firebase (by phone and link account with email/password credentials) and it works just fine (fetching data etc.).
When the app (for any reason) crahes for me I keep getting Permission denied, though Auth.auth().currentUser is not nil and apparently keeps all my credentials? Anyone encountered something like this?
Swift 4, Xcode 9.0, Firebase installed via pods