TSD plugin wordpress and expo notifications - 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.

Related

Can we use Firebase as backend for a Wordpress website?

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?

Is there a Wordpress Plugin for Google Cloud Messaging (GCM)

I'm looking for a plugin for the Wordpress environment for Google Cloud Messaging. Is one available or would it be difficult to create?
Yes there is at pushappmaker.com I wrote it it can send messages to iPhone and Android devices
Check out the WordPress repository.
There is a plugin called WP GCM
Its a very great one and has some great extras!
http://wordpress.org/plugins/wp-gcm/

Using oauth with wordpress

I am creating a twitter plugin for wordpress and I was told that when using oauth you can't really make the plugin act natively because each time the user installs the plugin they have to add their own twitter api credentials because of the callback url. Is this correct? Or is there a workaround for this?
Thanks for your help in advance!
Any number of Twitter plugins use oauth; they would be good to check out for the necessary code and techniques: WordPress › Twitter WordPress Plugins

wordpress plugin development

Does anybody know about a simple customizable wordpress plugin framework with the help of which i can build more frameworks rapidly ??.
There is no any plugin framework. And you don't need to build any. If you want to learn how to create WP plugins, just go and download some simple. See how they works, read docs. And viola.
You might check out:
LMB^Box WordPress Plugin API
GD Plugin Core
Wordpress Plugin Framework Reloaded
Search for them at http://wordpress.org/extend/plugins/

Enable my Wordpress Plugin and Theme w Remote Automatic Upgrade?

I see several plugins in my WordPress site that are enabled for "Automatic Upgrade". It allows me to simply click a button and get the latest update installed into my site. I'd like to find out more about how to integrate this automatic upgrade routine into my own plugins.
If you know of resources or a tutorial on how to do this please share it.
Thanks in advance!
Your plugins need to be hosted in a wordpress.org SVN repository to obtain that functionality. For information on getting your plugin hosted see: http://wordpress.org/extend/plugins/about/

Resources