export const PREMIUM_FLAG_HASH = '6da4936d1425ff3a5c44c02342c6daf791d266be3ae8479b8ec59e261df41b93'; export const NON_PREMIUM_COLLECTION_LIMIT = 999; /** * Here we check if the premium flag has been set. * This code exists in the open source version of RxDB. * Yes you are allowed to fork the repo and just overwrite this function. */ export async function hasPremiumFlag() { return true; }