Skip to content

Conversation

@MichaelSolati
Copy link
Contributor

Description

Update the example applications to use Firebase 5.x.x and GeoFire 5.x.x

Code sample

In the head of the HTML files:

<!-- Firebase -->
<script src="https://www.gstatic.com/firebasejs/5.9.4/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.9.4/firebase-database.js"></script>

<!-- GeoFire -->
<script src="https://cdn.firebase.com/libs/geofire/5.0.1/geofire.min.js"></script>

And when we create a GeoFire instance in the JavaScript:

// Create a new GeoFire instance at the random Firebase location
var geoFireInstance = new geofire.GeoFire(firebaseRef);

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.2%) to 91.346% when pulling cc0e4b7 on MichaelSolati:fix/examples into cdc7cac on firebase:master.

@jhuleatt jhuleatt merged commit 2e2d346 into firebase:master Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants