Is it possible to use Google's Nearby Messages API (https://developers.google.com/nearby/messages/overview) in a Cordova app? And if yes then how?
Asked
Active
Viewed 902 times
0
-
Did you find any way to achieve it ? – Zero Jun 04 '17 at 17:19
2 Answers
0
There are two ways you can achieve this
1) Search for any cordova plugin if there is any to achieve your requirement
2) Create your own plugin to get your requirement done. You can get started on how to create a cordova plugin here (https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/)
Note : Whatever is there in native android API that can be achieved in cordova by creating plugins

Zeeshan
- 803
- 6
- 15
0
Yes, There is a cordova plug (https://www.npmjs.com/package/cordova-plugin-google-nearby)
But I also think it is better to create your own plugin to get your requirement done.