問題タブ [google-cloud-functions]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Google Cloud Functions を使用して Firebase サーバーでタイマーを実行しますか?
新しいCloud Functionsを使用して、Android Studio で Firebase サーバー側のカウントダウン タイマー (例: 10 時間のカウントダウン) を実装する方法はありますか?
タイマーをサーバー側にする必要があります。つまり、ユーザーがアプリを開くたびに、カウンターは常にすべてのユーザーに対して同時になります。
node.js - Cloud Functions for Firebase - getaddrinfo ENOTFOUND
PayPal-node-SDKを使用して Paypal の API にリクエストを送信しようとしています
しかし、私は常にエラーが発生しています:
私が試したこと:
- まったく別のホストにリクエストを送信しますが、それでも
ENOTFOUND
- リクエストをラップする
cors(req,res, ()=>{...})
https://
ホストの先頭に追加
何が問題ですか?