The Awesome Code Blog
  • Home
  • Publications
  • Ionic
  • Author
  • YouTube Downloader
  • Ionic Live Deployment
Sign in Subscribe

PouchDB

A collection of 3 posts
How to create a Excel file in Ionic apps using PouchDB
Ionic

How to create a Excel file in Ionic apps using PouchDB

In Short: You will learn how to create a Excel file based on data from PouchDB. Pre-Condition: For creating a PouchDB instance and inserting data, check out the following tutorial: Ionic 5 Background Geolocation Tracking with PouchDBStep 1Create a new Ionic project. npm install -g ionic@latestionic start ionic4-background-geo-pouchdb blank
May 31, 2020 3 min read
How to create a PDF file in Ionic apps using PouchDB
Ionic

How to create a PDF file in Ionic apps using PouchDB

In Short: You will learn how to create a PDF file based on data from PouchDB and print the file with cordova-plugin-printer. Pre-Condition: For creating a PouchDB instance and inserting data, check out the following tutorial: Ionic 5 Background Geolocation Tracking with PouchDBStep 1Create a new Ionic project. npm install
May 31, 2020 4 min read
Background Geolocation Tracking with Ionic 5+ PouchDB
Ionic

Background Geolocation Tracking with Ionic 5+ PouchDB

Step 1 Create a new Ionic project. npm install -g ionic@latest ionic start ionic4-background-geo-pouchdb blank Step 2 Install plugin and dependencies. // geolocation tracking ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation npm install --save @ionic-native/background-geolocation // sqlite as storage without limits ionic cordova plugin add cordova-sqlite-storage npm install @ionic-native/sqlite // pouchDB
Oct 8, 2019 2 min read
Page 1 of 1
The Awesome Code Blog © 2023
Powered by Ghost
AGB & Datenschutz Impressum