I made a Flutter web page that has a login page and some more pages after logging in.
(my login page is just like a simple quiz, not proper authentication requires OAuth 2.0).
When I tested with the simulator(Chrome) in VScode, it worked well.
However, the firebase hosting page doesn't work correctly.
The login page works well, but it doesn't go to another page.
TextFormField with validator in Login page worked well, but it shows just a white screen after login success.
Please help me...
Related
sorry i'dont no english (i'm use google translation)
a month ago
i'm use site page
but now go to page
The site has changed.
I want flutter Firebase example code.
but, it is not found on the changed site.
plase after web site and flutter firebase example code document.
Try this: Federated identity and social auth
Edited:
Here's the screenshot from the page: left side all auth methods, right side all contents in the page. In the form of a menu list, both. In the pages you can find all the code examples.
Are they other examples you need that were on the previous version?
The enable force refresh parameter (efr=1) for Firebase isn't working properly with my Firebase Deep-Links. It works perfectly for Facebook, but if I include this parameter in the deep link url and share to twitter it redirects to the app store instead of within the app. Basically...
https://example.app.goo.gl/?link=https://example.com - works and redirects the user from Twitter to the correct page within the app.
https://example.app.goo.gl/?link=https://example.com&efr=1 - redirects users to the app store no matter what.
Anybody else having this issue?
Currently, I am working on ASP.Net Identity related project. I implemented code to use external login providers like Google, Facebook, Microsoft, Twitter and Yahoo in our project. It's working fine.
But, our client is asking us to open external provider login page in a fancybox and on clicking login button, the page need to be navigated to our actual project based on validation of login credentials. Please suggest me any solution.
Am working on facebook application using php sdk to post to facebook page as page.I need to let the user automatically log in to facebook instead of asking user to log in.
Please help
Thanks
This seems to at least partially answer the question (you need first to login from a javascript-based client on the same browser+domain):
Auto login with PHP facebook connect + JS
I have a strange issue of Redirecting to the login page when i run my site for the time.
Issue is:-
When i tried to logged In to my site with correct User-Credentials it works perfectly and i can able to see my dashboard without any error(than means the Session of the User is properly generated). But, as soon as i link towards the other pages in the site it redirects me to Log In page with the RedirectURL of that page (where i have to again insert the user credential and go through the site after that no error occurs).
After Successful Logged In, I tried Log-Out and re-login than it works perfectly.
Issue occurs only once when i run the site for the first time.
Please guide me and take me out from this strange issue.
Thanks
Prashant