Ionic 4 PWA With Firestore

Overview

Get started with Ionic 4 PWA

The template is already configured as a Progressive Web Apps (PWA)

Checkout the working examples and use it as building blocks to develop your apps.

Imagine the possibilities

  • Authenticate your users using Facebook and Google login.
  • Make your apps go viral by allowing users to easily share your apps.
  • Since it is a PWA and runs on any browser (without the need to download any apps) , you just need to share the UR link.
  • Create database-driven apps using Firestore
  • With the QRcode and Barcode scanner, your can easily develop mobile wallet, inventory tracking system etc.
  • Retrieve any external data (Rest Api) easily using HttpClient. Get any content for your apps..
  • Use the geo-location api to develop location-based apps.

Features

Authentication
Login using Facebook and Google and update user profile to Firestore.

Database
Create, read, update dan delete (CRUD) data from Firestore.

Share button
Allow your users to easily share your apps via Facebook, twitter, whatsapp etc.

Scanner
Scan QRcode or Barcode

HttpClient
Most front-end applications communicate with backend services over the HTTP protocol. See our example using HttpClient to retrieve latest news using API from https://newsapi.org

Geo-Location
The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS.

Requirements

  • Ionic 4 Framework
  • Node.js
  • Firebase

Instructions

  • Extract the zip file to your project file.
  • Open the readme.txt and follow the instructions.

Related