I am aware of the plugin at
https://itnext.io/how-to-integrate-firebase-and-wordpress-b017ee274687
The problem is it does not have full functionality to read databases, and perform authentication, run cloud functions, etc.
Is there any other better way that i am unable to find, or has this problem never been solved yet, for easy-to-implement solutions ?
there is a guide for Firebase WordPress Integration for the PRO plugin.
https://firebase-wordpress-docs.readthedocs.io
Which issue are you trying to solve with Firebase and WordPress?
Related
Hello stackoverflow friends 🙂
I want to make a portal in wordpress with the Zabbix API. Can I do it in the WordPress platform itself or do I have to write the code elsewhere?
Is this possible?
Does anyone ever tried to do this kind of stuff?
Is there a plugin to call APIs?
I really need an answer to know if it is possible to do this type of things or if I need to look for another type of CMS’s.
Thanks and good work!
Yes it is possible to use that API in WordPress. You can create it as a plugin. Here's more details on how to create a plugin, from the official documentation : https://developer.wordpress.org/plugins/
To make the API calls, have a look at the HTTP API : https://developer.wordpress.org/plugins/http-api/
To do database interactions(like saving the data to your db or fetching it), have a look at the wpdb class : https://developer.wordpress.org/reference/classes/wpdb/
If you want to run cron jobs (scheduled tasks), please have a look at the WP-Cron: https://developer.wordpress.org/plugins/cron/
There are several built functions, hooks and classes in WordPress that will aid you. Just go through the developer documentation provided by WordPress.
i want to implement notifications on my expo app which is a wordpress client without ejecting the project does anyone have any idea on how to do this
i found this wordpress plugin TSD Push Notification but there is no documentation i don't know how to use it
thank you in advance.
You'll have to learn Php and Wordpress. Don't ask me about those cause I'm not using Php/Wordpress. I see few documentation on the wiki of the GitHub project Home and REST-API that might provide some clue.
I’m about to build an app that will look like a social network: people will be able to create accounts, like posts, save posts (But not create posts).
I’m searching the right platform to build my backend, I saw many options like Parse or Node.js but I did not see many people using WordPress as backend.
My question is why not use WordPress as my backend and develop custom plugins as I need? What is the pros and cons? Am I missing something that makes people not using WordPress?
Thanks
You can use the WordPress as the backend of your app as per your requirement, As WordPress allows wp-JSON API & WooCommerce API as well.
Also you can integrate the JWT Authentication for WP REST API plugin if you want to implement the JWT authentication
Also you can customize as per your requirement so i suggest to use the wordpress as backend of your app
There are a lot of people using Parse Server for building social networks and it is a great fit. Take a look at the following app template. It shows how to build an Instagram app.
https://www.back4app.com/database/back4app/instagram-clone-swiftui
internet. I am trying to create an application that allows people to create users. I am a computer noob and was wondering how I would do it. I want people to plug in their information through my WordPress site into DynamoDB.
What should I do?
I have already created an API and function within AWS and am wondering if there is any plugin available. If not, what would be the best course of action?
As per as I know there is no Plugin for WordPress. However, this guy made a functional WordPress plugin. Here is GitHub link
https://github.com/coreygans/dynamodb-wordpress
and there is another discussion about this topic.
What is the best way to interface with DynamoDB in Wordpress?
Possible duplicate:
What’s open-source commenting system are available?
Hi,
I'm looking for a way to implement Facebook/Twitter/OpenID/... authentication on my WordPress blog.
I have found plugins for Twitter, plugins for Facebook, plugins for OpenID.. but I'm afraid integration of all thos plugins will be tough.
Also, I have found RPX that is doing the job perfectly, but I would prefer an open source soultion rather than relying on RPX web service.
Would you have any clue?
Nicolas
Here's another one that depends on a web service: http://wordpress.org/extend/plugins/gigya-socialize-for-wordpress/
It seems like this is a common thing. Integrating so many logins is complicated enough that it kind of makes sense that no one has made one plugin that handles them all.
You can also use GIGYA for this. The site link is gigya.com
And plugin URL is : http://wordpress.org/extend/plugins/gigya-socialize-for-wordpress/
After several trials, the best for me is http://wordpress.org/extend/plugins/social-connect/
Here you can find some details on installing it
http://giannopoulos.net/2011/12/28/how-to-add-facebooktwitteretc-authentication-on-wordpress/