0

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?

svs
  • 2,425
  • 1
  • 14
  • 10

2 Answers2

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.