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

SRC folder not found in the functions folder #102

Closed nandofalcao closed 4 years ago

nandofalcao commented 4 years ago

SRC folder not found in the functions folder from download file for the pro version

dalenguyen commented 4 years ago

Hi @nandofalcao , it doesn't have the src folder. The script is complied. You just need to follow the guide to deploy the functions.

nandofalcao commented 4 years ago

why is it compiled? I don't feel safe using something compiled. I need to know what is being done with my critical information. Right?

dalenguyen commented 4 years ago

I understand your point. It's a way protect the code and prevent people from tampering it. Actually most of products or scripts on the web are compiled and minified. It's a common practice.

You can have a test site to test the features. The functions are only for WP Dashboard management, you can use it on the frontend without installing the functions.

And you can always write your own functions, if you want to have a totally control over it.