Exemple #1
0
            public GetUsersFixture()
            {
                IntegrationTestUtils.EnsureDefaultApp();

                this.TestUser1 = NewUserWithParamsAsync().Result;
                this.TestUser2 = NewUserWithParamsAsync().Result;
                this.TestUser3 = NewUserWithParamsAsync().Result;

                // The C# port doesn't support importing users, so unlike the other ports, there's
                // no way to create a user with a linked federated provider.
                // TODO(rsgowman): Once either FirebaseAuth.ImportUser() exists (or the UpdateUser()
                // method supports ProviderToLink (#143)), then use it here and
                // adjust the VariousIdentifiers() test below.
            }
 public FirebaseAuthTest()
 {
     IntegrationTestUtils.EnsureDefaultApp();
 }
 public FirebaseMessagingTest()
 {
     IntegrationTestUtils.EnsureDefaultApp();
 }
 public StorageClientHelperTest()
 {
     IntegrationTestUtils.EnsureDefaultApp();
 }