/UploadFiles-Firebase

Upload of files with Angular 4+ and Firebase Storage

Primary LanguageTypeScript

UploadFiles Firebase


Upload of File or Files in Firebase Storage

Angular 4+ Firebase 4+

Start

  1. `npm install``
  2. Create folder environments and file environment.ts
  3. Add Firebase Config in file environment.ts

example:

export const environment = {
  production: false,

  firebaseConfig: {
    apiKey: "example",
    authDomain: "example",
    databaseURL: "example",
    projectId: "example",
    storageBucket: "example",
    messagingSenderId: "example"
  }
}
  1. Run ng serve

Video Tutorial example

Comming soon..

Screenshot