firebase-hosting

Your password may be compromised Chrome popup

删除回忆录丶 提交于 2020-12-26 11:18:25
问题 I just launched my website on firebase hosting. Design and login forms were created with webflow. Website built with nuxt js. For some reason, every time i try to login with login form, i get a popup from Chrome: Your password may be compromised - You just entered your password on a deceptive site.... What exactly is coursing this error ? I have tried changing my password, i have tried simplifying the form by removing tags like name , id, data-name which is normally added to it via webflow. I

Firebase, Flutter Web App Works locally, but when deployed images are not shown

笑着哭i 提交于 2020-11-25 03:29:12
问题 I have a flutter web app which works well locally but after deploying it using firebase deploy the images are not shown in the website, I have checked if the assets have been uploaded by tracing, e.g. my_app.firebaseapp.com/assets/assets/card.jpg. (And the image is there, so it has uploaded properly but for some reason its not being displayed on the homepage itself). Url: https://websitehostingtry.web.app/#/ https://websitehostingtry.web.app/assets/images/card.jpg when running the same