Git Product home page Git Product logo

Comments (5)

mikehardy avatar mikehardy commented on June 7, 2024 3

Versions are always relevant, hopefully the new version has what you need. If not underlying 10.24.0 I believe is targeted for April 9 release

from react-native-firebase.

mikehardy avatar mikehardy commented on June 7, 2024

You've deleted the template, so I don't know what versions you are on, so I cannot help.

The latest react-native-firebase uses the latest firebase-ios-sdk though (well, 10.23.0, 10.23.1 will be an update we'll adopt here in the next couple hours though)

These should include privacy manifests.

from react-native-firebase.

jordan-rp-cb avatar jordan-rp-cb commented on June 7, 2024

@mikehardy given the privacy manifest isn't included in any version of this library, I didn't think the version i'm using is relevant as it doesn't provide any value. Since there's nothing to debug here. I was hoping to keep this ticket open, as many other frameworks/library's have done, for others to see and get updates. I believe keeping this open is the best option so it's easy for people to follow along for updates

10.23.1 will be an update we'll adopt here in the next couple hours though

This is what I was hoping to understand, thank you!

from react-native-firebase.

kevin-kp avatar kevin-kp commented on June 7, 2024

We have seen that RNBPreferences.m

_userDefaults = [[NSUserDefaults alloc] initWithSuiteName:RNFBDomainIdentifier];

uses NSUserDefaults. Doesn't this mean that the podspec of react-native-firebase (packages/app) also need a PrivacyManifest?

from react-native-firebase.

mikehardy avatar mikehardy commented on June 7, 2024

@kevin-kp it appears we are touching UserDefaults here but react-native-firebase is distributed as source, so it can be thought of as a direct part of your app. You will need to include a privacy manifest in your app I believe and that would solve it?

Note that firebase-ios-sdk 10.25.0 appears to have taken some pains to remove the usage of user defaults (and I will publish an update here that includes it shortly: #7774 )

It may be that we can avoid it as well if that makes things easier for people but I looked into it and both firestore and database use user preferences (i.e. User defaults APIs) to store offline settings with regard to cache size and persistence preferences etc. I'm not sure how you would implement that functionality without an app-specific / user-specific persistent data storage area which is exactly what user defaults / preferences is for?

from react-native-firebase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.