問題タブ [google-nearby-messages]
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 - Nearby Messages API 名前空間が予約されています
Firebase、Nearby Messages、および iBeacons を使用してビーコン スキャンを実装しようとしています。ビーコンの設定方法について Google のドキュメントに従い、メッセージを処理するサービスを開始しました。しかし、私が得る唯一の応答は次のとおりです。
Message received: Message{namespace='__reserved_namespace', type='__i_beacon_id', content=[20 bytes]}
私の名前空間の型はproject-name-1234/room
with datatest
です。私は、次のように Nearby Messages を購読しています。
私の名前空間に問題があるようですが、それが何であるかわかりません。