-1
<body>
    <noscript>You need to enable JavaScript to run this app.</noscript>
    <script src="https://maps.googleapis.com/maps/api/js?key=sdfjwsdfjdlsfj_uyMO-9Ckljklfb4_DC-k_uqU&libraries=places"></script>

    <div id="root"></div>
  </body>

This is what I need to put in my index.html file in order for my react app to access the google maps API.

How do i hide the token?

1 Answers1

-2

1.It was answered there 2.And there

In short: it's public key and it's designed to be used like this

Frost Draky
  • 32
  • 1
  • 3