Fatih Doğan

Results 4 issues of Fatih Doğan

I did a simple development for xcstrings support. It is backward compatible for for `.xcstrings` files converted from `.strings` files. It means the same R.string codes will be generated. However,...

### Description There are many functions on FirebaseStorage with callback parameter for async operations. These functions return an object to cancel the operations. Such as `StorageReference.getData(maxSize: Int64, completion: @escaping (Result)...

api: storage
type: feature request
Swift API

Updated version of #865. I couldn't update source branch of previous PR bacause it has references on my own apps. Difference from #865 * Rebased to version 7.5.0. * Fixed...

I detected very high memory usage on some screens of my app. I investigated the problem and found that the problem is `NSLocalizedString(_:tableName:bundle:value:comment:)` calls on R.swift. This PR replaces `NSLocalizedString(_:tableName:bundle:value:comment:)`...