{"id":1684,"date":"2018-07-07T16:54:18","date_gmt":"2018-07-07T07:54:18","guid":{"rendered":"http:\/\/blue-bear.jp\/kb\/?p=1684"},"modified":"2018-07-07T16:54:18","modified_gmt":"2018-07-07T07:54:18","slug":"jquery-firebase-jquery-firebase%e3%81%a7%e3%83%aa%e3%82%a2%e3%83%ab%e3%82%bf%e3%82%a4%e3%83%a0%e3%81%ab%e5%a4%89%e5%8c%96%e3%81%99%e3%82%8bweb%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/jquery-firebase-jquery-firebase%e3%81%a7%e3%83%aa%e3%82%a2%e3%83%ab%e3%82%bf%e3%82%a4%e3%83%a0%e3%81%ab%e5%a4%89%e5%8c%96%e3%81%99%e3%82%8bweb%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c\/","title":{"rendered":"[jquery + Firebase] jquery + Firebase\u3067\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u306b\u5909\u5316\u3059\u308bWEB\u30da\u30fc\u30b8\u3092\u4f5c\u6210"},"content":{"rendered":"<p>jquery + Firebase\u3067\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u306b\u5909\u5316\u3059\u308bWEB\u30da\u30fc\u30b8\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9<\/p>\n<p>firebase\u3067text\u3068\u3044\u3046\u9805\u76ee\u3092\u4f5c\u6210\u3057\u3066\u304a\u304f<\/p>\n<pre class=\"lang:default decode:true \">&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n &lt;meta charset=\"utf-8\"\/&gt;\r\n&lt;script src=\"https:\/\/www.gstatic.com\/firebasejs\/5.0.4\/firebase.js\"&gt;&lt;\/script&gt;\r\n&lt;script&gt;\r\n \/\/ Initialize Firebase\r\n var config = {\r\n apiKey: \"APIKEY\",\r\n authDomain: \"vauthDomain\",\r\n databaseURL: \"databaseURL\",\r\n projectId: \"projectId\",\r\n storageBucket: \"storageBucket\",\r\n messagingSenderId: \"messagingSenderId\"\r\n };\r\n firebase.initializeApp(config);\r\n&lt;\/script&gt;\r\n &lt;\/head&gt;\r\n &lt;body&gt;\r\n&lt;textarea rows=\"10\" cols=\"60\" id='messageInput'&gt;&lt;\/textarea&gt;\r\n&lt;script type='text\/javascript'&gt;\r\n var messagesRef = firebase.database().ref('\/text');\r\n\r\n \r\n $( '#messageInput' ).keypress( function ( e ) {\r\n if ( e.which == 13 ) {\r\n submitToFirebase();\r\n $('#messageInput').val('');\r\n }\r\n } );\r\nfunction submitToFirebase(){\r\n var textMessage = $('#messageInput').val();\r\n \r\n messagesRef.push({textMessage});\r\n}\r\n \r\n&lt;\/script&gt;\r\n &lt;\/body&gt;\r\n&lt;\/html&gt;\r\n\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>jquery + Firebase\u3067\u30ea\u30a2<\/p>\n","protected":false},"author":1,"featured_media":1665,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/1684"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=1684"}],"version-history":[{"count":1,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/1684\/revisions"}],"predecessor-version":[{"id":1685,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/1684\/revisions\/1685"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media\/1665"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=1684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=1684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=1684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}