Skip to content

xutyxd/file-portals-web

Repository files navigation

File Portals Web

File Portals is an application designed to share files between different devices such as mobile phones, computers or servers. And always keeping in mind the philosophy of always free.

Resources to get all free

Add FireBase to deploy

Install globally

npm install -g firebase-tools@12.8.1

Version at the moment of write this: 12.8.1

Login to FireBase

Make sure of run this command in the root of the project

firebase login

Init FireBase

firebase init

Test before deploy

ng build
firebase serve

Manual Deploy

firebase deploy

Get token to deploy from pipeline

firebase login:ci

Then use it to deploy

firebase deploy --token "$FIREBASE_TOKEN"

Convert to PWA

Add Angular PWA package

ng add @angular/pwa