CloudBuild + Nuxt:SSR + Firebase でアプリをリリースする
この記事を書いた背景 現在、FirebaseでWebアプリを作っており、CI/CDにCloud Buildを使って環境を構築した。 全体的にCloud Buildのドキュメントが少なく、ハマった...
16 search resultsShowing 1~16 results
You need to log-in
この記事を書いた背景 現在、FirebaseでWebアプリを作っており、CI/CDにCloud Buildを使って環境を構築した。 全体的にCloud Buildのドキュメントが少なく、ハマった...
この記事を書いた背景 Firebaseで作成しているWEBアプリにメール配信機能を実装する段階になった。 外部のメール配信サービスで何を使うか比較検討して、SendgridのDynamic Te...
この記事を書いた背景 現在作成しているFirebaseアプリにて、運用フェーズに必要なDBのバックアップ/リストアを構築。 Firebaseでは、firebase-toolを利用したCLIでのバ...
★herokuの設定 heroku addons:add rediscloud:25 /config/initializer/redis.rb namespace = [Rails.applic...
rails で mongo を利用する為に、mongoidを利用した場合 Gemfile gem "mongoid" user.rb class User include Mongoid::D...
*MySQLのLIKE検索 xxx.rb User.where("name like?","%sato%") *既存の別配列からの検索 xxx.rb Topic.where("id in (?)...
Herokuで、S3を利用したPGBackupsを使った運用方法のTips. <参考> https://devcenter.heroku.com/articles/pgbackups...
xxx.rb cookies[:hoge] ||= { :value => rand(10**60).to_s, :expires => 3.years.from_now, :p...
Railsを利用 <参考URL> Evernote API Reference http://dev.evernote.com/documentation/reference/Not...
NSUserDefaultsをデータを取得する TestController.m NSUserDefaults *uds = [NSUserDefaults standardUserDefaul...
xxxx.coffee.js init_like_button: -> forms = $(".new_article_user") forms.submit (ev,f) => e...
MobileのDialogを利用したい場合は、parameterに下記を加える。 :display => "touch" redirect_to Koala::Facebook::OAut...
FacebookのFQLで役に立つ条件式 *** 特定の文字列や値の一致*** select name from user where strpos(lower(name), 'imoto') ...
graph apiを利用している時に、たまにfqlで情報を取りたいときがあります。 その時には、下記のように、fql prameterを利用すると取得出来ます。 行末の、localeは、その言語...
Facebook connectをしているサイトで、”友達のxxxさん他10人が使っています。” こんな感じです。 http://pinqa.com/topics/5303 というような、機能で...
特定のユーザーと、自分が押した共通のいいね! のサイト名とURLを取得するには、、、 SELECT name , page_url , pic_square , website FROM pag...
16 search resultsShowing 1~16 results
Qiita is a knowledge sharing service for engineers.