We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8076e44 commit 70fb5d2Copy full SHA for 70fb5d2
1 file changed
auth/src/desktop/auth_desktop.cc
@@ -204,9 +204,10 @@ void Auth::InitPlatformAuth(AuthData* const auth_data) {
204
auth_data->app->function_registry()->RegisterFunction(
205
internal::FnAuthStopTokenListener,
206
Auth::StopTokenRefreshThreadForRegistry);
207
-
+#ifdef FIREBASE_EARLY_ACCESS_PREVIEW
208
// Load existing UserData
209
InitializeUserDataPersist(auth_data);
210
+#endif // FIREBASE_EARLY_ACCESS_PREVIEW
211
InitializeTokenRefresher(auth_data);
212
}
213
@@ -230,7 +231,9 @@ void Auth::DestroyPlatformAuth(AuthData* const auth_data) {
230
231
auth_data->id_token_listeners.clear();
232
233
234
235
DestroyUserDataPersist(auth_data);
236
237
238
UserView::ClearUser(auth_data);
239
0 commit comments