C cholo Member Licensed User Nov 5, 2020 #1 Hi, I am correctly using Firebase authentication with Google and Facebook, but I can't make authentication work with Apple. I followed the tutorial, but nothing happens when I press the Sign in with Apple button. Could you help me? Thanks
Hi, I am correctly using Firebase authentication with Google and Facebook, but I can't make authentication work with Apple. I followed the tutorial, but nothing happens when I press the Sign in with Apple button. Could you help me? Thanks
C cholo Member Licensed User Nov 5, 2020 #2 I found the problem. If I put AppleAuthButton on a different module than "Main", the button not works. I put it in Main and it works well. How can I use the button in another module? Upvote 0
I found the problem. If I put AppleAuthButton on a different module than "Main", the button not works. I put it in Main and it works well. How can I use the button in another module?
C cholo Member Licensed User Nov 5, 2020 #3 Is possible put the button "Sign in with Apple" to module other than Main? or, can I launch the button manually? By setting up my app I have to use it in another module. Any idea? Many thanks Upvote 0
Is possible put the button "Sign in with Apple" to module other than Main? or, can I launch the button manually? By setting up my app I have to use it in another module. Any idea? Many thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2020 #4 Don't confuse modules with pages. There isn't any strict relation between the two. Can you upload the non-working project? Upvote 0
Don't confuse modules with pages. There isn't any strict relation between the two. Can you upload the non-working project?
C cholo Member Licensed User Nov 10, 2020 #5 Thank you Erel, but I already changed my app and put the button in Main module Upvote 0