So I have a Login Screen using firebase authentication. Is it possible to use these authorized username/email and password to login to a website inside Webviewer component?
Using just the text input blocks, this is not possible. There might be a more advanced way with the web viewer blocks but we have not tested this and it would require some experimentation.
This may or may not work for you (depending on how your site is built), but we pass URL parameters to log into one of our web apps. This is what our blocks look like:
Thank you for the reply.
When you setup your accepting site, is it the login page or the landing page where the username and password has been validated?
Thanks.
Are you going to try it on your part and put an example in the documentation?
Thanks.
For us, it’s a login page (note the 2nd red block with “login.aspx”), but it doesn’t matter. The receiving app could accept parameters on any page – just depends how it’s coded.