npm i -g firebase-tools cd functions && yarn - name: Build flutter web run: | flutter config --enable-web flutter pub get - name: Build run: | flutter build web touch build/web/.nojekyll echo 'fltkeep.xinthink.com' > build/web/CNAME echo "${{ secrets.FirebaseInitJs }}" | base...
It worked on localhost with debug mode. But when build release and deploy to firebase hosting I just see this error. Uncaught (in promise) SecurityError: Failed to register a ServiceWorker for scope ('https://mywebsite/packages/flutter_tex/src/tex_libs/mathjax/') with script ('https://m...
并将生成的文件内容复制到新文件中。然后用firestore.indexes.json覆盖新文件
The solution comes with a feature-rich and easy-to-use dashboard and acommand line interface (CLI). They also provide SDKs for all your favorite tools like Flutter, React Native, Node.js, Angular, Android, iOS & more! Back4app’s key features include: Spreadsheet-like database REST and...
I have an application that authenticate with firebase Authentication witch work, I add google sign in and it work in android, for web I modify it to work : in localhost chrome work fine but when release it in Firebase Hosting , the app work but the google sign in pop up not showing or...