CHANGELOG

All notable changes to this project will be documented in this file.

## [ 0.11.1 ] - 07-04-2020

  • Showed warning if base domain is not set
  • Check for undefined in order to pass error check
  • Updated options for plugin deletion

## [ 0.11.0 ] - 02-04-2020

  • Used wait for element rather than setTimeOut
  • Added logout event to all logout links
  • Added post thumbnail and author name to Firebase Sync
  • Updated Firebase script from 7.9.3 to 7.13.1

## [ 0.10.0 ] - 01-04-2020

  • Added date type for saving data to Firebase
  • Increase time wait for error in form submit to Firebase

Dependency: cloud functions: v0.9.0

## [ 0.9.1 ] - 29-03-2020

  • Fixed ArrayType when saving data to Realtime/Firestore
  • Fixed WP post type is null when sync data to Firebase
  • Removed notice warning for post types

Dependency: cloud functions: v0.8.0

## [ 0.9.0 ] - 28-03-2020

  • Fixed save data to realtime / firestore token error
  • Added document id option when saving data
  • Added trigger for syncing post and page to Firebase

Dependency: cloud functions: v0.8.0

## [ 0.8.0 ] - 24-03-2020

  • Logout of everything when clicking signout buttons
  • Added warning before deleting a Firebase user
  • Added user role (Customer) for WooCommerce sites
  • Prevent user to change password when login through firebase is active
  • User password will be dominated by Firebase procedure

Dependency: cloud functions: v0.7.0

## [ 0.7.0 ] - 13-03-2020

  • Styled add new user button
  • Created and log in Firebase Users to WordPress
  • Redirect login page feature
  • Added Rest API for creating new Users (Subscriber)
  • Updated FirebaseUI Web to 4.5.0
  • Bring Firebase Menu to the front
  • Prevent normal user to see dashboard token when they log in
  • Updated about page
  • Show realtime & firestore data based on security rules

## [ 0.6.0 ] - 01-03-2020

  • Update firebase scripts from 7.8.2 to 7.9.3
  • Added send cloud message to a topic feature

## [ 0.5.8 ] - 20-02-2020

  • Breaking change for getting database: you need to update wordpress firebase functions to 0.5.8.
  • Added create data for Realtime database & firestore with Contact Form 7
  • Added warning for missing [firebaseui_web] globally
  • Moved environment variables to one source

## [ 0.5.7 ] - 16-02-2020

  • Updated firebase scripts to v7.8.2
  • Hide greetings when signing out

## [ 0.5.6 ] - 21-12-2019

  • Display data with claims

## [ 0.5.5 ] - 21-12-2019

  • Breaking changes
  • Deprecated authention process and replaced with firebasui-web

## [ 0.5.4 ] - 01-12-2019

  • Updated packages
  • Moved error and message to the top of dashboard
  • Add CRUD to manage Firebase User from Dashboard

## [ 0.5.3 ] - 22-09-2019

  • Added user register form to frontend #4
  • Show firestore database after login #10
  • Added delete user from dashboard #11
  • Search document from firestore or realtime
  • Update firebase version

## [ 0.5.2 ] - 30-03-2019

  • Show realtime database after login

## [ 0.5.1 ] - 11-08-2018

  • Hide login form after logging in

## [ 0.5.0 ] - 04-08-2018

  • Add shortcode to display when not login
  • Add error handling shortcode

## [ 0.4.0 ] - 17-07-2018

  • Added Firestore database support in Dashboard

## [ 0.3.2 ] - 17-07-2018

  • Fixed firebase-show shortcode

## [ 0.3.1 ] - 17-07-2018

  • Fixed getting credentials

## [ 0.3.0 ] - 02-07-2018

  • Added about information
  • Added Real Time database support in Dashboard

## [ 0.2.0 ] - 25-5-2018

  • Added firebase scripts and styles to header
  • Implement login and logout features

## [ 0.1.0 ] - 20-4-2018

  • Started the project and add an authentication method