dalenguyen / firebase-wordpress-plugin

A plugin that helps to integrate Firebase to WordPress
https://firebase-wordpress-docs.readthedocs.io
GNU General Public License v2.0
110 stars 31 forks source link

Unable to view two different tables from the same realtime database at a time #178

Closed manoj-kumar-MS closed 2 years ago

manoj-kumar-MS commented 2 years ago

Hi there, I am using the free version of the Integrate Firebase. When I try to view two tables using two different shortcodes, I am only able to view one of the table. Only the first shortcode is working. Is this a bug or limitation in free version?

Also will I be able to update values to firebase from my website using free version?

dalenguyen commented 2 years ago

Hi @manoj-kumar-MS, it's a limitation of the free version.

You can update value from your website by using a custom script.

https://firebase-wordpress-docs.readthedocs.io/en/latest/developer/add-custom-scripts.html

dalenguyen commented 2 years ago

Closed due to inactivity.