Posts

Post not yet marked as solved
2 Replies
Hi,You didn't say what platform you're using firebase with, but if it's web/JS then you have to set up firebase hosting if you're not already using it - then you can put the txt file in a directory (.well-known) inside your 'public' folder - full instructions are here: https://firebase.google.com/docs/auth/web/apple#configure-sign-in-with-appleUnfortunately, I've got that far, but when I click 'verify' the connection immediately closes down and it fails. I've found online that it's supposed to work if you use the firebase domain without the 'https://' in the domain field and with the 'https://' in the return URL field (firebase gives you the address 'https://YOUR_DOMAIN_NAME.firebaseapp.com/__/auth/handler' to put in that field). So...I hope you have better luck than me!! If it works for you, do let me know - or if you find any tips!!! :-)