Shivang

Results 8 comments of Shivang

Actually that is already build in, you have to dig little more in docs. Few bits: ``` var cityDocumentSnapshotMapper: (DocumentSnapshot) throws -> City? { { var city = try $0.data(as:...

Thank you for pointing out, that functionality is missing. For now you can simply use combine .map, will surely add that feature in the future. PR is also welcome.

My apologies for responding late, was very busy for couple of weeks. Will look into this by Sunday. Meanwhile you can checkout theses PRs [1st](https://github.com/rever-ai/CombineFirebase/pull/14) & [2nd](https://github.com/rever-ai/CombineFirebase/pull/13) regarding this only....

Should be resolved by now (if you are using with SPM), just invalidate SPM cache.

Yes you are right, import issue is there with SPM version, you have to use respective module import as of now, new PR is welcomed on this.

Yes, you can, any PR regarding this is welcomed.

Wifi network you are trying to crack must be not in range. First decide which wifi network you want to crack. Then replace 'Home' with 'wifi_you_want_to_crack' in ```js var Intruder...

On similar line [CombineFirebase](https://github.com/rever-ai/CombineFirebase) is made. It has publisher method for every firebase api. Its source might help.