top of page

Firebase ガンマン時計

Firebase に、ガンマン時計を、functions として仕込みました。
リモートのクライアントから、https で アクセスし、時計を取得することができます

Firebaseガンマン時計  functions

  • パラメータ説明

    • clockSize : 時計のサイズ (ex. 18)

    • clockColor : 時計の色 (ex. ffccff)

    • type : 時計の形式 { txt | html | html_pre }

firebase.google.com

  • googleの提供するサービスで、mBaaS (mobile backend as a Service) というようです

  • mobileアプリ用に、クラウド環境に、DB や function(node.js で javascript) などを、 仕込んで利用できます。

  • お手軽です。

bottom of page