I am trying to convert my firebase implementation which previously used realtime database to use firestore as I like the idea of collections and the perks of using it.
How do I implement below into firestore equivalent?
firebase.database().ref('documentPath').push()