Newaj
Newaj

Reputation: 4450

Any way to get DocumentReference from DocumentSnapshot in Flutter?

DocumentSnapshot id can be fetched by this documentSnapshot.documentID. Similarly is there any way to get DocumentReference from DocumentSnapshot ?

Upvotes: 1

Views: 363

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317372

You can use its ref property. I discovered this using the API documentation for DocumentSnapshot.

Upvotes: 1

Related Questions