Snaphot Firebase object for raw json

Is there any way to convert or get the Firebase snapshot object ( FIRDataSnapshot

) as raw JSON so that it can be more easily converted to models using mappers?

I would like to know if someone serialized the snapshot object to JSON using JSONSerialization

and then using mappers. Also, are there any major implications of such transformations and their use?

+3


source to share





All Articles