Using Firestore - getting Error undefined is not an object (evaluating 'Wu.getRandomValues')

Please provide the following:

  1. SDK Version: 37.0.3
  2. Platforms(Android/iOS/web/all): Android and IOS

Can anyone please tell me what this error means? I am using latest expo and i have installed Firebase and Firestore using the following command

expo install firebase @firebase/firestore

and i have done the imports as well with

import * as firebase from 'firebase';
import '@firebase/firestore';

Here is a screenshot of the error.

Please help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.