Skip to content

Commit

Permalink
add option for default authentication form
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenguyen committed Apr 29, 2023
1 parent 64b9503 commit c754a3b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
13 changes: 12 additions & 1 deletion docs/auth/new-social-login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@ Video: https://www.youtube.com/watch?v=j_2apwBk9Js

What you need to do is add this shortcode to any page, then you will have a complete social login.

- redirect: redirect to a page after signing in or signing up
- send_email_confirmation: verify email after signing up
- skip_default_email: skip sending default email in case you want to implement your own email server
- forgot_password_link: lead users to another page if they want to reset their password
- default_login_form: whether you want to show Sign In or Sign Up form first

.. code-block:: php
[firebase_auth redirect="/" send_email_confirmation=true]
[firebase_auth
redirect="/"
send_email_confirmation=true
skip_default_email=false
forgot_password_link="/forgot-my-password"
default_login_form=true]
.. figure:: /images/auth/new-social-login.png
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Complete Guide to Firebase WordPress Integration
.. meta::
:description lang=en: Guide on how to integrate Firebase to WordPress.

Last updated: Apr 22, 2023
Last updated: Apr 29, 2023

.. raw:: html

Expand Down Expand Up @@ -49,7 +49,7 @@ If you are interested in the development progress, please check the `Road map <h
Products
-----------

- `Integrate Firebase PRO <https://techcater.com/>`_ - `v3.23.1`
- `Integrate Firebase PRO <https://techcater.com/>`_ - `v3.29.0`
- `Firebase WordPress Functions <https://firebase-wordpress-docs.readthedocs.io/en/latest/intro/cloud-functions-deployment.html>`_ - `v1.8.0` (bundle with PRO plugin)
- `Integrate Firebase Woocommerce <https://firebase-wordpress-docs.readthedocs.io/en/latest/extensions/woocommerce.html>`_ - `v2.16.0` (Extension)
- `Integrate Firebase Users <https://firebase-wordpress-docs.readthedocs.io/en/latest/extensions/firebase-users.html>`_ - `v1.3.2` (Extension)
Expand Down
10 changes: 10 additions & 0 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ CHANGELOG

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

## v2.46.0 (2023-04-29)
----------------------------------

#### - :rocket: [New Feature]

- `PRO - v3.29.0`
- add option for default authentication form
- update translation for sign in form
- fix forgot password issue

## v2.45.0 (2023-04-22)
----------------------------------

Expand Down

0 comments on commit c754a3b

Please sign in to comment.