sqlite - Use firebase with SQLCipher -
i have app uses sqlcipher read , write crypted databases.
wanting use firebase, stumbled upon 2 problems:
firstly, ... thing added -l"sqlite3"
pods/target support files/pods-projectname/pods-projectname.debug.xcconfig
(and release
too, ofc). because of this, app's sqls failing error file encrypted or not database
.
i solved adding post_install
podfile
removes config files.
after doing this, firebase sql started failing error no such table: s2drmqids
.
afaik, there no way use sqlite , sqlcipher in same project, complementary.
any idea firebase trying save in table? or how of problem is? or if can change storing mechanism? or if (known) bug?
Comments
Post a Comment