Closed jaott1 closed 6 years ago
Hi @jaott1, just put the shortcode _[firebaselogin] to your page or widget. It will show the login form.
How can I add a login form to WordPress?
After adding Firebase credentials from Settings > Firebase. You can add the login form through shortcodes:
echo do_shortcode("[firebase_login]");
If you want to create your own form. Please start with
. For submit button, you have to add 'firebase-form-submit' as an ID.
How do we get data from WP to firebase? I have everything set up . Not sure what else to doSent from my Sprint Samsung Galaxy S9. -------- Original message --------From: Dale Nguyen notifications@github.com Date: 10/31/18 8:24 AM (GMT-06:00) To: dalenguyen/firebase-wordpress-plugin firebase-wordpress-plugin@noreply.github.com Cc: jaott1 myvirtualtheatre@gmail.com, Mention mention@noreply.github.com Subject: Re: [dalenguyen/firebase-wordpress-plugin] Login Through Wordpress (#10) Hi @jaott1, just put the shortcode [firebase_login] to your page or widget. It will show the login form. How can I add a login form to WordPress? After adding Firebase credentials from Settings > Firebase. You can add the login form through shortcodes: echo do_shortcode("[firebase_login]"); If you want to create your own form. Please start with . For submit button, you have to add 'firebase-form-submit' as an ID.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/dalenguyen/firebase-wordpress-plugin","title":"dalenguyen/firebase-wordpress-plugin","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/dalenguyen/firebase-wordpress-plugin"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dalenguyen in #10: Hi @jaott1, just put the shortcode _[firebaselogin] to your page or widget. It will show the login form.\r\n\r\nHow can I add a login form to WordPress?\r\n\r\nAfter adding Firebase credentials from Settings \u003e Firebase. You can add the login form through shortcodes:\r\n\r\necho do_shortcode(\"[firebase_login]\");\r\n
\r\nIf you want to create your own form. Please start with\r\n\r\n. For submit button, you have to add 'firebase-form-submit' as an ID."}],"action":{"name":"View Issue","url":"https://github.com/dalenguyen/firebase-wordpress-plugin/issues/10#issuecomment-434685021"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/dalenguyen/firebase-wordpress-plugin/issues/10#issuecomment-434685021",
"url": "https://github.com/dalenguyen/firebase-wordpress-plugin/issues/10#issuecomment-434685021",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [dalenguyen/firebase-wordpress-plugin] Login Through Wordpress (#10)",
"sections": [
{
"text": "",
"activityTitle": "Dale Nguyen",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dalenguyen",
"facts": [
] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"dalenguyen/firebase-wordpress-plugin\",\n\"issueId\": 10,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "targets": [ { "os": "default", "uri": "https://github.com/dalenguyen/firebase-wordpress-plugin/issues/10#issuecomment-434685021" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 403416915\n}" } ], "themeColor": "26292E" } ]
If you are getting multiple emails from me I do apologize. It keeps telling me I can not send Jeffrey Ott Vice President/Creative Design OTT Theatre Technologies (936) 443-2291 myvirtualtheatre@gmail.com www.thevirtualtheatre.com
On Wed, Oct 31, 2018 at 8:24 AM Dale Nguyen notifications@github.com wrote:
Hi @jaott1 https://github.com/jaott1, just put the shortcode [firebase_login] to your page or widget. It will show the login form.
How can I add a login form to WordPress?
After adding Firebase credentials from Settings > Firebase. You can add the login form through shortcodes:
echo do_shortcode("[firebase_login]"); If you want to create your own form. Please start with
. For submit button, you have to add 'firebase-form-submit' as an ID.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dalenguyen/firebase-wordpress-plugin/issues/10#issuecomment-434685021, or mute the thread https://github.com/notifications/unsubscribe-auth/AqjkQ-8qCjzqo1mR2aFBqm4yVjaicHwVks5uqaSCgaJpZM4YC6dT .
I have the integrate firebase plug in for wordpress. I have the info in there like I should. I just do not know how to set up the login