facebook twitter hatena line email

「Unity/課金/リモートレシート検証」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==firebaseでnodejsサーバ側実装== 以下を参考 https://tkzo.jp/blog/flutter-iap-implementation/ 以下googleApiを導入 <pre> npm install googleapis --save </pre>」)
 
(firebaseでnodejsサーバ側実装)
行6: 行6:
 
<pre>
 
<pre>
 
npm install googleapis --save
 
npm install googleapis --save
 +
npm install google-auth-library
 
</pre>
 
</pre>

2020年7月14日 (火) 17:29時点における版

firebaseでnodejsサーバ側実装

以下を参考 https://tkzo.jp/blog/flutter-iap-implementation/

以下googleApiを導入

npm install googleapis --save
npm install google-auth-library